修改海南测试bug

This commit is contained in:
GGJ
2024-11-26 16:45:38 +08:00
parent a2c7c672fc
commit 6a57c4a573
14 changed files with 602 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig({
'/api': {
// target: 'http://10.95.53.49:10215', //海南服务器ip
// target: 'http://10.118.135.128:10215', ///hsw
target: 'http://192.168.1.125:10215', ///hsw
target: 'http://192.168.1.81:10215', ///hsw
// target: 'http://10.119.65.152:10215', //数据中心
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '') //路径重写,把'/api'替换为''