fix: #326
This commit is contained in:
@@ -108,7 +108,7 @@ const greyModeChange = (show: boolean) => {
|
||||
}
|
||||
|
||||
// 动态路由
|
||||
const dynamicRouter = ref(appStore.getDynamicRouter)
|
||||
const dynamicRouter = ref(!!appStore.getDynamicRouter)
|
||||
|
||||
const dynamicRouterChange = (show: boolean) => {
|
||||
ElMessage.info(t('setting.reExperienced'))
|
||||
|
||||
Reference in New Issue
Block a user