src/components/index.vue
@@ -275,7 +275,7 @@ }, toSysIndex() { // 检查token,跳到后台系统 this.checkToken("http://localhost:80" + URLconfig.adminUrl); // http://192.168.11.203:8090/sys/system/user this.checkToken("http://localhost:8081" + URLconfig.adminUrl); // http://192.168.11.203:8090/sys/system/user // this.checkToken(URLconfig.origin + URLconfig.adminUrl); // http://192.168.11.203:8090/sys/system/user // console.log(URLconfig.origin + URLconfig.adminUrl); // console.log(URLconfig.origin);