From 1a11f7115e61c548f9ffc77d0a9e504307ca71b2 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 24 八月 2021 18:37:20 +0800
Subject: [PATCH] 2021-08-24

---
 src/utils/option.js |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/src/utils/option.js b/src/utils/option.js
index d6c490b..4306074 100644
--- a/src/utils/option.js
+++ b/src/utils/option.js
@@ -87,18 +87,18 @@
     isSystem: true
   },
   {
-    title: '瑙掕壊鏉冮檺鍒嗛厤',
-    type: 'RolePermission',
-    url: rolemanage,
-    isSystem: true,
-    hidden: true
-  },
-  {
     title: '澶栭儴椤甸潰',
     type: 'NewPage',
     url: customImg,
     baseconfig: '',
     isSystem: true
+  },
+  {
+    title: '瑙掕壊鏉冮檺鍒嗛厤',
+    type: 'RolePermission',
+    url: rolemanage,
+    isSystem: true,
+    hidden: true
   }
 ]
 
@@ -694,8 +694,11 @@
     'play-circle',
     'login',
     'logout',
+    'search',
     'fullscreen',
-    'fullscreen-exit'
+    'fullscreen-exit',
+    'download',
+    'upload'
   ],
   hint: [
     'question',
@@ -758,6 +761,7 @@
     'alipay',
   ],
   normal: [
+    'user',
     'account-book',
     'alert',
     'api',
@@ -805,10 +809,10 @@
     'key',
     'man',
     'woman',
+    'team',
     'poweroff',
-    'search',
     'shopping-cart',
-    'link'
+    'link',
   ]
 }
 

--
Gitblit v1.8.0