代码优化

This commit is contained in:
zzyuan 2025-08-11 17:46:43 +08:00
parent 9ed322f9d5
commit 029c4ab38d
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.2.75:48380`,//旭 // target: `http://192.168.2.75:48380`,//旭
// target: `http://192.168.0.244:48380`,//测试 target: `http://192.168.0.244:48380`,//测试
target: `http://192.168.0.176:48380`,//刘鑫 // target: `http://192.168.0.176:48380`,//刘鑫
// target: `http://192.168.0.44:48380`,//测试 // target: `http://192.168.0.44:48380`,//测试
// target: `http://192.168.0.176:48380`,// // target: `http://192.168.0.176:48380`,//
changeOrigin: true, changeOrigin: true,