liweilong
2020-12-02 037956b0794e6b47ef6b6daf308844522c448e96
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',