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