预约评标室

This commit is contained in:
517612449@qq.com
2022-08-11 17:32:15 +08:00
parent 114a434dce
commit a7ff7ccd9d
5 changed files with 130 additions and 28 deletions

View File

@ -17,6 +17,11 @@ export default {
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/v1/eval/room/reserve/list': {
target: 'http://localhost:18017',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^': '' },
},
'/api/*': {
target: 'http://10.242.31.158:18022',//连接天宫的ng
changeOrigin: true,