From 76b2da3d2511d252298aaf1d37db200c48a8d092 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 14 六月 2022 14:51:54 +0800
Subject: [PATCH] 1.提交部分代码

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

diff --git a/src/store/modules/permission.js b/src/store/modules/permission.js
index c324d4d..8e7e811 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,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,12 +183,12 @@
             }
           ]
         }
-
       ]
       const asyncRoutes = getAsyncRoutes(routes)
       asyncRoutes.push({ path: '*', redirect: '/404', hidden: true })
       commit('SET_ROUTES', asyncRoutes)
       resolve(asyncRoutes)
+      console.log(asyncRoutes, 1)
     })
   }
 }

--
Gitblit v1.9.3