设备管理

This commit is contained in:
517612449@qq.com
2022-08-24 15:14:09 +08:00
parent 1a455baa2a
commit d9459b13bd
5 changed files with 208 additions and 154 deletions

View File

@ -109,7 +109,12 @@ export default [
path: '/',
redirect: '/userexpert/login',
},
{//委托撤回
{//设备管理
name: 'Device',
path: '/Device',
component: './Device',
},
{//评标室查看预约
name: 'ElecEvalReserve',
path: '/ElecEvalReserve',
component: './ElecEvalReserve',