摘要: import * as types from '../mutation-types' const state = { btnCode: getBtnCode(), } const mutations = { getBtnObj(state, btnCodeObj) { // 登录成功后获取--按钮权限 state.btnCode = btnCodeObj; }, } ... 阅读全文
posted @ 2019-06-27 17:52 蓝色帅-橙子哥 阅读(2014) 评论(0) 推荐(0) 编辑