From fc95d46f014f47653750e93eb7403fc90412c038 Mon Sep 17 00:00:00 2001 From: lixg Date: Mon, 6 Mar 2023 13:41:00 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9token=E5=A4=B1?= =?UTF-8?q?=E6=95=88=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.prod | 2 +- .env.release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.prod b/.env.prod index 3534595..80dbce5 100644 --- a/.env.prod +++ b/.env.prod @@ -1,6 +1,6 @@ VITE_BASE=/student-h5 VITE_BASE_API=/manageApi -VITE_BASE_LOGIN_URL=//u.boe.com/web?returnUrl= +VITE_BASE_LOGIN_URL=//u.boe.com/m/loginuser?returnUrl= VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/mobile/pages/study/courseStudy?id= diff --git a/.env.release b/.env.release index 26fcca8..a05c31f 100644 --- a/.env.release +++ b/.env.release @@ -1,6 +1,6 @@ VITE_BASE=/student-h5-release VITE_BASE_API=/manageApi-release -VITE_BASE_LOGIN_URL=//u.boe.com/web?returnUrl= +VITE_BASE_LOGIN_URL=//u.boe.com/m/loginuser?returnUrl= VITE_BOE_ONLINE_CLASS_URL=//u.boe.com/mobile-release/pages/study/courseStudy?id= VITE_BOE_CASS_DETAIL_URL=//u.boe.com/pc-release/case/detail?id= From 688f1b6d9b155b073a182a70497e44b2588d0919 Mon Sep 17 00:00:00 2001 From: lixg Date: Mon, 6 Mar 2023 13:41:33 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ac87df5..5db10d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,7 +27,7 @@ import { GET_USER_INFO } from "@/api/ThirdApi"; import { getCookie } from "@/api/utils"; import { USER_INFO } from "@/api/api"; -console.log("版本1.3.8------------"); +console.log("版本2.1.1------------"); const store = useStore(); const router = useRouter();