From 71fc2c24359c747c84b92fa45f542141e5678eb2 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 13 六月 2022 17:29:58 +0800
Subject: [PATCH] 1.项目全局配置(部分)

---
 src/store/modules/permission.js |   46 +++++++++++++++++-----------------------------
 1 files changed, 17 insertions(+), 29 deletions(-)

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index c324d4d..63ba5fd 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -123,29 +123,6 @@
             meta: { title: '绯荤粺棣栭〉', icon: 'el-icon-house', affix: '1' }
           }]
         },
-        // {
-        //   path: '/',
-        //   component: 'Layout',
-        //   redirect: '/dashboard',
-        //   children: [{
-        //     path: 'dashboard',
-        //     name: 'Dashboard',
-        //     component: '/dashboard/index'
-        //   }]
-        // },
-        // {
-        //   path: '/xtsy',
-        //   component: 'Layout',
-        //   redirect: '/stxy/index',
-        //   children: [
-        //     {
-        //       path: 'index',
-        //       name: 'Form',
-        //       component: '/xtsy/index',
-        //       meta: { title: '绯荤粺棣栭〉', icon: 'form', affix: '1' }
-        //     }
-        //   ]
-        // },
         {
           path: '/jcsz',
           component: 'Layout',
@@ -160,11 +137,23 @@
               meta: { title: '缁勭粐鏋舵瀯', icon: '' }
             },
             {
-              path: 'rwgl',
-              name: 'rwgl',
-              component: '/jcsz/rwgl',
-              meta: { title: '浠诲姟绠$悊', icon: '' }
-            }
+              path: 'yhqd',
+              name: 'yhqd',
+              component: '/jcsz/yhqd',
+              meta: { title: '鐢ㄦ埛娓呭崟', icon: '' }
+            },
+            {
+              path: 'jsqd',
+              name: 'jsqd',
+              component: '/jcsz/jsqd',
+              meta: { title: '瑙掕壊娓呭崟', icon: '' }
+            },
+            {
+              path: 'wldw',
+              name: 'wldw',
+              component: '/jcsz/wldw',
+              meta: { title: '寰�鏉ュ崟浣�', icon: '' }
+            },
           ]
         },
         {
@@ -194,7 +183,6 @@
             }
           ]
         }
-
       ]
       const asyncRoutes = getAsyncRoutes(routes)
       asyncRoutes.push({ path: '*', redirect: '/404', hidden: true })

--
Gitblit v1.9.3