Skip to content

Commit 0a599a7

Browse files
author
Taois
committed
feat: 更专业的action测试
1 parent 8be3ef4 commit 0a599a7

File tree

5 files changed

+722
-446
lines changed

5 files changed

+722
-446
lines changed

dashboard/src/router/index.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import History from '@/views/History.vue';
99
import Settings from '@/views/Settings.vue';
1010
import BookGallery from '@/views/BookGallery.vue';
1111
import ActionTest from '@/views/ActionTest.vue';
12-
import ActionIntegrationTest from '@/views/ActionIntegrationTest.vue';
1312
import ActionDebugTest from '@/views/ActionDebugTest.vue';
14-
import SimpleActionDebug from '@/views/SimpleActionDebug.vue';
13+
1514

1615
const routes = [
1716
{path: '/', component: Home, name: 'Home'},
@@ -24,9 +23,8 @@ const routes = [
2423
{path: '/history', component: History, name: 'History'},
2524
{path: '/parser', component: Parser, name: 'Parser'},
2625
{path: '/action-test', component: ActionTest, name: 'ActionTest'},
27-
{path: '/action-integration-test', component: ActionIntegrationTest, name: 'ActionIntegrationTest'},
2826
{path: '/action-debug-test', component: ActionDebugTest, name: 'ActionDebugTest'},
29-
{path: '/simple-action-debug', component: SimpleActionDebug, name: 'SimpleActionDebug'},
27+
3028
// 404 fallback路由 - 必须放在最后
3129
{path: '/:pathMatch(.*)*', redirect: '/'}
3230
];

0 commit comments

Comments
 (0)