From b39a0502e7941ce966fda53664cf1b04ba52d65f Mon Sep 17 00:00:00 2001 From: lrj <owen.stl@gmail.com> Date: 星期三, 01 十月 2025 17:30:24 +0800 Subject: [PATCH] 清理测试文件:删除所有test、debug、fix、check_开头的文件,为重构做准备 --- web/src/router/index.ts | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/web/src/router/index.ts b/web/src/router/index.ts index b052ee7..f590f3d 100644 --- a/web/src/router/index.ts +++ b/web/src/router/index.ts @@ -13,6 +13,7 @@ component: () => import('@/views/dashboard/index.vue'), meta: { title: '宸ヤ綔鍙�', icon: 'Grid' } }, + { path: '/activity', name: 'Activity', @@ -127,12 +128,7 @@ component: () => import('@/views/competition-promotion/index.vue'), meta: { title: '姣旇禌鏅嬬骇', icon: 'Promotion' } }, - { - path: '/test/graphql', - name: 'GraphQLTest', - component: () => import('@/views/test/graphql-test.vue'), - meta: { title: 'GraphQL娴嬭瘯', icon: 'Connection' } - } + ] }, { -- Gitblit v1.8.0