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 | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/web/src/router/index.ts b/web/src/router/index.ts index 1301df5..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,18 +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' } - }, - { - path: '/test/user-prefill', - name: 'TestUserPrefill', - component: () => import('@/pages/TestUserPrefill.vue'), - meta: { title: '鐢ㄦ埛淇℃伅棰勫~鍏呮祴璇�', icon: 'User' } - } + ] }, { -- Gitblit v1.8.0