设备管理

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

@ -17,8 +17,28 @@ export default {
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/v1/elec/eval/placearea/list': { // /v1/elec/eval/placearea/uset/list
target: 'http://localhost:18017', //连接天宫的ng
changeOrigin: true,
pathRewrite: { '^': '' },
},
'/v1/eval/device/queryPageByParam': {
target: 'http://localhost:18017', //连接天宫的ng
changeOrigin: true,
pathRewrite: { '^': '' },
},
'/v1/eval/room/reserve/cancel': {
target: 'http://localhost:18017',//连接本地
changeOrigin: true,
pathRewrite: { '^': '' },
},
'/v1/eval/room/reserve/list': {
target: 'http://localhost:18017',//连接天宫的ng
target: 'http://localhost:18017',//连接本地
changeOrigin: true,
pathRewrite: { '^': '' },
},
'/v1/elec/eval/room/list': {
target: 'http://localhost:18017',//连接本地
changeOrigin: true,
pathRewrite: { '^': '' },
},

View File

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