module-menu-vue 0.3.26 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -113,8 +113,10 @@ export default {
113
113
  return false
114
114
  },
115
115
  async checkSystemMenu() {
116
+ console.log("into checkSystemMenu")
116
117
  try {
117
118
  const rsp = await getAuthListMenus()
119
+ console.log("rsp==========", rsp)
118
120
  const menuList = rsp.data.data || []
119
121
  this.isShowSysIntegration = this.hasMenu(menuList, 1, '系统管理')
120
122
  } catch (e) {