1.11 第十四版,修改

This commit is contained in:
jl-zhoujl2
2023-01-11 16:28:42 +08:00
parent bf1d8a3a03
commit 873bbd1181
9 changed files with 144 additions and 88 deletions

View File

@ -51,7 +51,11 @@ export default [
path: '/401',
component: './401',
},
{
exact: true,
path: '/404',
component: './404',
},
{//开标室
path: '/room',
component: '../layouts/RoomLayout',