Browse Source

Merge branch 'v2.0'

yujinwen 2 months ago
parent
commit
2c1b11e1b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/AutoLogin.vue

+ 1 - 1
src/views/AutoLogin.vue

@@ -11,7 +11,7 @@ async function handleNavigation(){
     if(res.Ret!==200) return
     const arr=res.Data.List||[]
     if(arr.length===0){
-        MessagePlugin.waring('无任何菜单权限,请联系管理员')
+        MessagePlugin.warning('无任何菜单权限,请联系管理员')
         return
     }
     const path=arr[0].children[0].path