|
@@ -21,6 +21,7 @@ onMounted(async () => {
|
|
|
// 1个目录都没有,也不对,有默认设置的,需要查看下是否有默认设置
|
|
|
if (menus.length <= 0) str = '用户目录数量异常'
|
|
|
if (str) {
|
|
|
+ const nowRouteFullPath = router.currentRoute.value.fullPath
|
|
|
ElMessageBox.confirm(str, '用户异常', {
|
|
|
confirmButtonText: '重新登录',
|
|
|
type: 'error'
|