This commit is contained in:
赵正易
2024-03-26 18:00:43 +08:00
parent 0bc46b746d
commit 8c99ddd0ae
2 changed files with 24 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: 'http://192.168.60.251:8888/', // 后端接口地址
target: 'http://192.168.90.92:8888', // 后端接口地址
// target: 'http://192.168.0.31:8888/', // 后端接口地址
changeOrigin: true,
pathRewrite: {
@@ -49,7 +49,7 @@ module.exports = {
},
msgHub: {
target: 'http://192.168.60.251:8888/msgHub',
target: 'http://192.168.90.92:8888/msgHub',
// target: 'http://192.168.0.31:8888/msgHub',
ws: true,
changeOrigin: true,