From 418cab4d1d2a6ebe185b19195fdead5a5956ed18 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 08 十二月 2022 16:44:39 +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