[修改]图标替换为Echarts

This commit is contained in:
dusicong
2021-03-17 10:20:39 +08:00
parent 8da8759f6b
commit 3798093af6
5 changed files with 234 additions and 220 deletions
+1
View File
@@ -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) {