From 76b2da3d2511d252298aaf1d37db200c48a8d092 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 六月 2022 14:51:54 +0800
Subject: [PATCH] 1.提交部分代码
---
src/store/modules/permission.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index 63ba5fd..8e7e811 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -153,7 +153,7 @@
name: 'wldw',
component: '/jcsz/wldw',
meta: { title: '寰�鏉ュ崟浣�', icon: '' }
- },
+ }
]
},
{
@@ -188,6 +188,7 @@
asyncRoutes.push({ path: '*', redirect: '/404', hidden: true })
commit('SET_ROUTES', asyncRoutes)
resolve(asyncRoutes)
+ console.log(asyncRoutes, 1)
})
}
}
--
Gitblit v1.9.3