[修改]图标替换为Echarts
This commit is contained in:
@@ -22,6 +22,7 @@ router.beforeEach((to, from, next) => {
|
||||
} else {
|
||||
if (store.getters.permissionList.length === 0) {
|
||||
store.dispatch('GetPermissionList').then(res => {
|
||||
// console.log(res)
|
||||
const menuData = res.result.menu;
|
||||
//console.log(res.message)
|
||||
if (menuData === null || menuData === "" || menuData === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user