@@ -9,9 +9,8 @@ import History from '@/views/History.vue';
99import Settings from '@/views/Settings.vue' ;
1010import BookGallery from '@/views/BookGallery.vue' ;
1111import ActionTest from '@/views/ActionTest.vue' ;
12- import ActionIntegrationTest from '@/views/ActionIntegrationTest.vue' ;
1312import ActionDebugTest from '@/views/ActionDebugTest.vue' ;
14- import SimpleActionDebug from '@/views/SimpleActionDebug.vue' ;
13+
1514
1615const 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