diff --git a/src/router/route.ts b/src/router/route.ts index 95bd01c..ba466f7 100644 --- a/src/router/route.ts +++ b/src/router/route.ts @@ -259,21 +259,21 @@ export const dynamicRoutes: Array = [ * */ // 应用管理 - // { - // path: '/apply', - // name: 'apply', - // component: () => import('/@/views/service/apply/index.vue'), - // meta: { - // title: 'message.router.apply', - // isLink: '', - // isHide: false, - // isKeepAlive: true, - // isAffix: false, - // isIframe: false, - // roles: ['admin', 'common'], - // icon: 'iconfont icon-crew_feature', - // }, - // children: [ + { + path: '/apply', + name: 'apply', + component: () => import('/@/views/service/apply/index.vue'), + meta: { + title: 'message.router.apply', + isLink: '', + isHide: false, + isKeepAlive: true, + isAffix: false, + isIframe: false, + roles: ['admin', 'common'], + icon: 'iconfont icon-crew_feature', + }, + children: [ // { // path: '/apply/detail', // name: 'applyDetail', @@ -289,8 +289,8 @@ export const dynamicRoutes: Array = [ // icon: 'ele-Document', // }, // }, - // ] - // }, + ] + }, /** * 业务模块end diff --git a/src/views/carousel/index.vue b/src/views/carousel/index.vue index eda0f52..d5ef5c1 100644 --- a/src/views/carousel/index.vue +++ b/src/views/carousel/index.vue @@ -91,7 +91,8 @@