This commit is contained in:
parent
0ee69e0c03
commit
932f06b814
|
|
@ -116,7 +116,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.checkPasswordStatus()
|
// this.checkPasswordStatus()
|
||||||
if (this.roles.includes("audit") || this.roles.includes("systemAdmin")) {
|
if (this.roles.includes("audit") || this.roles.includes("systemAdmin")) {
|
||||||
this.connectWebSocket();
|
this.connectWebSocket();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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://36.33.26.201:19988/prod-api`,
|
// target: `http://36.33.26.201:19988/prod-api`,
|
||||||
// target: `http://192.168.0.96:18080`,//马
|
target: `http://192.168.0.96:18080`,//马
|
||||||
target: `http://192.168.0.244:18580`,//测试
|
// target: `http://192.168.0.244:18580`,//测试
|
||||||
// target: `http://192.168.2.223:18080`,//山
|
// target: `http://192.168.2.223:18080`,//山
|
||||||
// target: `http://192.168.2.23:18080`,//洪
|
// target: `http://192.168.2.23:18080`,//洪
|
||||||
// target: `http://192.168.0.234:18080`, //阮
|
// target: `http://192.168.0.234:18080`, //阮
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue