From cd5e7cc2de9eeb8cb097d4fe28ec2c10df7f51f6 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 08 十二月 2022 16:43:41 +0800
Subject: [PATCH] 1.修改刷新退出bug

---
 src/store/modules/app.js |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/store/modules/app.js b/src/store/modules/app.js
index 19b8157..a868bf9 100644
--- a/src/store/modules/app.js
+++ b/src/store/modules/app.js
@@ -6,8 +6,7 @@
     withoutAnimation: false
   },
   device: 'desktop',
-  buttonIsDisabled: false, // 鑷畾涔夊叏灞�鍙橀噺鍙傛暟  鎺у埗鎸夐挳鎻愪氦鏃禿isabled
-  isGoToIndex: false // 鑷畾涔夊叏灞�鍙橀噺鍙傛暟  鏄惁杩涘叆鍒扮郴缁熼椤�
+  buttonIsDisabled: false // 鑷畾涔夊叏灞�鍙橀噺鍙傛暟  鎺у埗鎸夐挳鎻愪氦鏃禿isabled
 }
 
 const mutations = {
@@ -45,7 +44,6 @@
 export default {
   namespaced: true,
   buttonIsDisabled: false,
-  isGoToIndex: false,
   state,
   mutations,
   actions

--
Gitblit v1.9.3