From 1698eb0f39178fbbb6d04180da7545657fcce24c Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 23 May 2025 11:13:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(router):=20=E5=88=A0=E9=99=A4=E7=AB=99?= =?UTF-8?q?=E5=86=85=E4=BF=A1=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 1bba3bf..4ed61c7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1049,12 +1049,12 @@ export const constantRoutes = [ // meta: { title: '发布公告' } // }, - { - path: 'onSiteConfig', - name: 'OnSiteConfig', - component: () => import('@/views/announcement/onSiteConfig/index'), - meta: { title: '站内信配置' } - }, + // { + // path: 'onSiteConfig', + // name: 'OnSiteConfig', + // component: () => import('@/views/announcement/onSiteConfig/index'), + // meta: { title: '站内信配置' } + // }, { path: 'fbZxqc', name: 'FbZxqc',