From c8d1e1ed1d5c8d20a9aad8554d51001afb3c6312 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期三, 20 十一月 2024 15:28:27 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader

---
 src/main.ts |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 43ec77a..78dfb1f 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -24,13 +24,10 @@
 
 // 璺敱鎵ц涔嬪墠鐨勪竴浜涙搷浣�
 router.beforeEach((to, from, next) => {
-  console.log(to, from)
   const isInternalLink = from.fullPath.includes('/testBookReader')
   if (isInternalLink) {
-    console.log('閫氳繃鍐呴儴閾炬帴杩涘叆椤圭洰')
     sessionStorage.removeItem('loginCtx')
   } else {
-    console.log(loginCtx, '閫氳繃澶栭儴閾炬帴杩涘叆椤圭洰')
     sessionStorage.setItem('loginCtx', loginCtx)
   }
 

--
Gitblit v1.9.1