From a169bda5b19db4714d2aa476504e58105228cc40 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 30 五月 2023 18:01:55 +0800
Subject: [PATCH] 1.对接移动端
---
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