From 37b05361d8d7fbc822b7c9ffe924369743118fc6 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期二, 10 九月 2024 14:52:57 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- 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