From 879a3501a8ab9767a59458ad8c337f6c25e2e7c4 Mon Sep 17 00:00:00 2001 From: lixuliang <lixuliang_hd@126.com> Date: 星期五, 22 十一月 2024 10:57:27 +0800 Subject: [PATCH] 代码更新 --- src/components/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/index.vue b/src/components/index.vue index 4288b82..d58be01 100644 --- a/src/components/index.vue +++ b/src/components/index.vue @@ -275,7 +275,7 @@ }, toSysIndex() { // 妫�鏌oken锛岃烦鍒板悗鍙扮郴缁� - 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); -- Gitblit v1.9.3