Explorar o código

Merge branch 'v2.0'

yujinwen hai 5 meses
pai
achega
2c1b11e1b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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