From 6c11bdd4bba46b9bc5f298181b58ae96bc47073d Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期日, 19 六月 2022 14:29:29 +0800
Subject: [PATCH] 1.递交

---
 src/store/modules/permission.js |   66 +++++++++++++-------------------
 1 files changed, 27 insertions(+), 39 deletions(-)

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index c324d4d..b6cba09 100644
--- a/src/store/modules/permission.js
+++ b/src/store/modules/permission.js
@@ -102,17 +102,6 @@
       // '0'浠h〃false,'1'浠h〃true
       const routes = [
         {
-          path: '/redirect',
-          component: 'Layout',
-          hidden: '1',
-          children: [
-            {
-              path: '/redirect/:path(.*)',
-              component: '/redirect/index'
-            }
-          ]
-        },
-        {
           path: '/',
           component: 'Layout',
           redirect: '/index',
@@ -123,29 +112,17 @@
             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: '/redirect',
+          component: 'Layout',
+          hidden: '1',
+          children: [
+            {
+              path: '/redirect/:path(.*)',
+              component: '/redirect/index'
+            }
+          ]
+        },
         {
           path: '/jcsz',
           component: 'Layout',
@@ -160,10 +137,22 @@
               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