YY 2 years ago
parent
commit
53483b3fc5
3 changed files with 7756 additions and 3277 deletions
  1. 7745 3268
      package-lock.json
  2. 3 1
      package.json
  3. 8 8
      src/layout/menu.ts

File diff suppressed because it is too large
+ 7745 - 3268
package-lock.json


+ 3 - 1
package.json

@@ -14,13 +14,15 @@
   "dependencies": {
     "@element-plus/icons-vue": "^2.1.0",
     "@wangeditor/editor": "^5.1.23",
-    "@wangeditor/editor-for-vue": "^1.0.2",
+    "@wangeditor/editor-for-vue": "^5.1.12",
     "animate.css": "^4.1.1",
     "axios": "^1.3.5",
     "element-plus": "^2.3.3",
+    "install": "^0.13.0",
     "lodash": "^4.17.21",
     "moment": "^2.29.4",
     "naf-core": "^0.1.2",
+    "npm": "^9.6.4",
     "pinia": "^2.0.34",
     "sortablejs": "^1.15.0",
     "vue": "^3.2.47",

+ 8 - 8
src/layout/menu.ts

@@ -224,22 +224,22 @@ export const admin = [
         _id: '00000000000002',
         icon: 'iconshouye',
         path: '/system/power',
-        name: '角色设置',
+        name: '角色管理',
         num: '101-1'
       },
+      {
+        _id: '00000000000004',
+        icon: 'iconshouye',
+        path: '/system/module',
+        name: '平台项目管理',
+        num: '101-3'
+      },
       {
         _id: '00000000000003',
         icon: 'iconshouye',
         path: '/system/dictionary',
         name: '字典表设置',
         num: '101-2'
-      },
-      {
-        _id: '00000000000004',
-        icon: 'iconshouye',
-        path: '/system/uppasswd',
-        name: '修改密码',
-        num: '101-3'
       }
     ]
   }