@@ -3,11 +3,11 @@ import Home from '@/views/Home.vue';
33import Video from '@/views/Video.vue' ;
44import VideoDetail from '@/views/VideoDetail.vue' ;
55import Live from '@/views/Live.vue' ;
6- import Settings from '@/views/Settings .vue' ;
6+ import Parser from '@/views/Parser .vue' ;
77import Collection from '@/views/Collection.vue' ;
88import History from '@/views/History.vue' ;
9- import Reader from '@/views/Reader .vue' ;
10- import Parser from '@/views/Parser .vue' ;
9+ import Settings from '@/views/Settings .vue' ;
10+ import BookGallery from '@/views/BookGallery .vue' ;
1111
1212const routes = [
1313 { path : '/' , component : Home , name : 'Home' } ,
@@ -16,8 +16,8 @@ const routes = [
1616 { path : '/live' , component : Live , name : 'Live' } ,
1717 { path : '/settings' , component : Settings , name : 'Settings' } ,
1818 { path : '/collection' , component : Collection , name : 'Collection' } ,
19+ { path : '/book-gallery' , component : BookGallery , name : 'BookGallery' } ,
1920 { path : '/history' , component : History , name : 'History' } ,
20- { path : '/reader' , component : Reader , name : 'Reader' } ,
2121 { path : '/parser' , component : Parser , name : 'Parser' } ,
2222 // 404 fallback路由 - 必须放在最后
2323 { path : '/:pathMatch(.*)*' , redirect : '/' }
0 commit comments