暂降治理评估

This commit is contained in:
2024-03-08 10:33:06 +08:00
parent 2191d2dc6b
commit 50bbba807f
13 changed files with 968 additions and 6 deletions

View File

@@ -11,16 +11,14 @@ export default defineConfig({
host: '0.0.0.0',
proxy: {
'/api': {
// target: 'http://192.168.1.81:10215', //数据中心
target: 'http://192.168.1.31:10215', //数据中心
target: 'http://192.168.1.125:10215', //数据中心
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''
},
'/map': {
target: 'http://192.168.1.81:8088', //数据中心
target: 'http://192.168.1.125:8088', //数据中心
changeOrigin: true,
},
}
}
},
resolve: {