From 037956b0794e6b47ef6b6daf308844522c448e96 Mon Sep 17 00:00:00 2001
From: liweilong <515897141@qq.com>
Date: 星期三, 02 十二月 2020 12:28:25 +0800
Subject: [PATCH] 添加轮播图管理

---
 src/router/system_router.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/router/system_router.js b/src/router/system_router.js
index 8b8affb..66fcab1 100644
--- a/src/router/system_router.js
+++ b/src/router/system_router.js
@@ -26,6 +26,13 @@
       auth: 'sys_admin_role_see'
     },
     {
+      path: 'banner',
+      component: () => import('@/pages/system/banner'),
+      name: 'systemBanner',
+      meta: { title: '杞挱鍥剧鐞�', keepAlive: true },
+      auth: 'banner_see'
+    },
+    {
       path: 'basic',
       component: () => import('@/pages/system/basic'),
       name: 'systemBasic',

--
Gitblit v1.8.0