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
|
@@ -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) {
|