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