diff --git a/src/layout/index.vue b/src/layout/index.vue index e3c246a1..7763642a 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -116,7 +116,7 @@ export default { } }, created() { - this.checkPasswordStatus() + // this.checkPasswordStatus() if (this.roles.includes("audit") || this.roles.includes("systemAdmin")) { this.connectWebSocket(); } diff --git a/vue.config.js b/vue.config.js index 37a3d232..939f1b4d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -36,8 +36,8 @@ module.exports = { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { // target: `http://36.33.26.201:19988/prod-api`, - // target: `http://192.168.0.96:18080`,//马 - target: `http://192.168.0.244:18580`,//测试 + target: `http://192.168.0.96:18080`,//马 + // target: `http://192.168.0.244:18580`,//测试 // target: `http://192.168.2.223:18080`,//山 // target: `http://192.168.2.23:18080`,//洪 // target: `http://192.168.0.234:18080`, //阮