This commit is contained in:
faiz 2024-06-11 15:50:09 +08:00
parent 1f519a27a9
commit 60ae990e76
2 changed files with 2 additions and 3 deletions

View File

@ -2,11 +2,11 @@
ENV = 'development' ENV = 'development'
# base api # base api
VUE_APP_BASE_API = 'http://192.168.1.9:8080' VUE_APP_BASE_API = 'http://192.168.1.3:8080'
# VUE_APP_BASE_API = 'https://plus.hwms.shop' # VUE_APP_BASE_API = 'https://plus.hwms.shop'
# socket 连接地址 # socket 连接地址
VUE_APP_WS_URL = 'ws://192.168.1.9:8080' VUE_APP_WS_URL = 'ws://192.168.1.3:8080'
# VUE_APP_WS_URL = 'ws://plus.hwms.shop' # VUE_APP_WS_URL = 'ws://plus.hwms.shop'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,

View File

@ -719,7 +719,6 @@ export default {
}); });
} }
}).catch((err) => { }).catch((err) => {
// console.log(err, "err");
this.$message({ this.$message({
type: 'error', type: 'error',
message: err.message message: err.message