From 01bee9fcc85ac0af33847f5d7a3a30d5c2e9c72b Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 14 Dec 2023 10:18:06 +0800 Subject: [PATCH 1/8] =?UTF-8?q?refactor(=E7=99=BB=E5=BD=95):=20=E9=87=8D?= =?UTF-8?q?=E5=86=99=E7=99=BB=E5=BD=95=E6=A8=A1=E5=9D=97=EF=BC=8C=E6=8E=A5?= =?UTF-8?q?=E5=85=A5oauth2.0(pc)=E3=80=81welink(mobile)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 12 +- src/common/axios/index.js | 8 + src/common/axiosV2/index.js | 8 + src/main-1213.js | 562 ++++++++++++++++++++++++++++++++ src/main.js | 498 +++------------------------- src/pages/login/index.vue | 5 + src/router/index.js | 2 + src/sysConfig/index-20231213.js | 72 ++++ src/sysConfig/index.js | 131 ++++---- src/utils/login.js | 202 ++++++++++++ 10 files changed, 977 insertions(+), 523 deletions(-) create mode 100644 src/main-1213.js create mode 100644 src/sysConfig/index-20231213.js create mode 100644 src/utils/login.js diff --git a/src/App.vue b/src/App.vue index 6894e69cf..75d3b7ce4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -34,7 +34,7 @@
- {{ $store.getters.userInfo.uName }} + {{ uName }}
@@ -70,7 +70,7 @@
- {{ $store.getters.userInfo.uName }} + {{ uName }}
@@ -97,9 +97,9 @@