From 39a97e8e27d52ca0729cb6b0294a37717d063d0a Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期四, 22 八月 2024 16:57:55 +0800
Subject: [PATCH] 试读页

---
 src/App.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 93c6e67..c4ec7f5 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -120,12 +120,8 @@
 
 let bookId = getUrlParam('bookId')
 let token = getUrlParam('token')
-let tryPageCount = getUrlParam('tryPageCount')
 if(bookId){
   localStorage.setItem('bookId', bookId)
-}
-if(tryPageCount){
-  localStorage.setItem('tryPageCount', tryPageCount)
 }
 
 if(token && token != null && token != 'null'){

--
Gitblit v1.9.1