过程监督 迁移中

This commit is contained in:
GGJ
2024-03-06 16:14:09 +08:00
parent faec144f58
commit e4745f891f
10 changed files with 144 additions and 2 deletions

View File

@@ -18,6 +18,11 @@ export default defineConfig({
'/map': {
target: 'http://192.168.1.81:8088', //数据中心
changeOrigin: true,
},
'/hzj': {
target: 'http://550fa81d.nat123.fun', //黄正剑
changeOrigin: true,
rewrite: path => path.replace(/^\/hzj/, '')
}
}
},