loulijun2021
2023-02-12 adb74c51618faf025fe1d46bf6b22db895c2608f
src/store/modules/app.js
@@ -6,8 +6,7 @@
    withoutAnimation: false
  },
  device: 'desktop',
  buttonIsDisabled: false, // 自定义全局变量参数  控制按钮提交时disabled
  isGoToIndex: false // 自定义全局变量参数  是否进入到系统首页
  buttonIsDisabled: false // 自定义全局变量参数  控制按钮提交时disabled
}
const mutations = {
@@ -45,7 +44,6 @@
export default {
  namespaced: true,
  buttonIsDisabled: false,
  isGoToIndex: false,
  state,
  mutations,
  actions