diff --git a/contact-frontend/packages/modules/services/system/src/routes/index.ts b/contact-frontend/packages/modules/services/system/src/routes/index.ts index 9fa59f2f..31bd773f 100644 --- a/contact-frontend/packages/modules/services/system/src/routes/index.ts +++ b/contact-frontend/packages/modules/services/system/src/routes/index.ts @@ -11,7 +11,7 @@ import { IdCardOutline, InfiniteSharp, LayersOutline, - NotificationsOutline, + // NotificationsOutline, PlanetOutline, } from '@vicons/ionicons5' @@ -108,16 +108,16 @@ const routes: RouteRecordRaw[] = [ icon: FootballOutline, }, }, - { - path: 'notification', - name: ROUTE_NAME.SYSTEM_NOTIFICATION_INDEX, - component: () => import('../views/NotificationView.vue'), - meta: { - title: '通知设置', - requiresAuth: true, - icon: NotificationsOutline, - }, - }, + // { + // path: 'notification', + // name: ROUTE_NAME.SYSTEM_NOTIFICATION_INDEX, + // component: () => import('../views/NotificationView.vue'), + // meta: { + // title: '通知设置', + // requiresAuth: true, + // icon: NotificationsOutline, + // }, + // }, { path: 'log', name: ROUTE_NAME.SYSTEM_LOG_INDEX, diff --git a/contact-frontend/packages/modules/services/system/src/views/AuthenticatorView.vue b/contact-frontend/packages/modules/services/system/src/views/AuthenticatorView.vue index 0792df3c..f20c9012 100644 --- a/contact-frontend/packages/modules/services/system/src/views/AuthenticatorView.vue +++ b/contact-frontend/packages/modules/services/system/src/views/AuthenticatorView.vue @@ -5,7 +5,7 @@ import { NTabs, NTab } from 'naive-ui'
用户 - 登录方式 + 登录提供方 模板 设置 diff --git a/contact-frontend/packages/modules/services/system/src/views/CDNView.vue b/contact-frontend/packages/modules/services/system/src/views/CDNView.vue index 12b4fd96..60e1da90 100644 --- a/contact-frontend/packages/modules/services/system/src/views/CDNView.vue +++ b/contact-frontend/packages/modules/services/system/src/views/CDNView.vue @@ -4,7 +4,7 @@ import { NTabs, NTab } from 'naive-ui'