修改海南测试bug
This commit is contained in:
@@ -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'替换为''
|
||||
|
||||
Reference in New Issue
Block a user