|
@@ -69,6 +69,9 @@ export const initMainRouter = async () => {
|
|
|
// themeConfig = config.data
|
|
|
// initRootVar(themeConfig)
|
|
|
// })
|
|
|
+ if (userInfo?.isAdmin) {
|
|
|
+ router.addRoute(manageRouter)
|
|
|
+ }
|
|
|
themeConfig = {
|
|
|
mainColor: '#2E81FF',
|
|
|
logo: 'https://element-plus.org/images/element-plus-logo.svg',
|