minipro_standard/store/index.js
@@ -77,7 +77,7 @@ }, actions: { // 向后端获取菜单栏权限 async getMenuList(content, type) { async getMenuList(content, type) { let res = await getTreeList({ type: type }) @@ -100,10 +100,10 @@ menuButtonWidth }) }, async getUpcomingNum() { async getUpcomingNum(context) { let res = await pageCount({}) if (res.code === 200) { content.commit('SETNUM', { context.commit('SETNUM', { d: res.data.startNum, y: res.data.endNum })