From 3d4bc79a80eb9cff0f8ef7c53f9685c9ff9fbd2d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 02 九月 2021 23:17:36 +0800
Subject: [PATCH] 2021-09-02

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

diff --git a/src/utils/option.js b/src/utils/option.js
index dad2c8d..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
   }
 ]
 

--
Gitblit v1.8.0