loulijun2021
2022-12-06 a5d4bdcace8f98126dadbe801d27b1f0bf56b603
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