浏览代码

Merge branch 'v2.0'

yujinwen 2 月之前
父节点
当前提交
2c1b11e1b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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