feat:remove unuse components

This commit is contained in:
zyronon
2025-07-21 03:07:43 +08:00
parent 0e2fc23161
commit 84ee068c45
8 changed files with 46 additions and 55 deletions

View File

@@ -7,7 +7,7 @@ import PC from "@/pages/pc/index.vue";
import ArticleHomePage from "@/pages/pc/article/ArticleHomePage.vue";
import HomeIndex from "@/pages/pc/home/HomeIndex.vue";
import StudyArticle from "@/pages/pc/article/StudyArticle.vue";
import EditWordDict from "@/pages/pc/word/EditWordDict.vue";
import DictDetail from "@/pages/pc/word/DictDetail.vue";
import StudyWord from "@/pages/pc/word/StudyWord.vue";
import EditArticlePage from "@/pages/pc/article/EditArticlePage.vue";
import BookDetail from "@/pages/pc/article/BookDetail.vue";
@@ -21,7 +21,7 @@ export const routes: RouteRecordRaw[] = [
{path: 'home', component: HomeIndex},
{path: 'word', component: WordHomePage},
{path: 'study-word', component: StudyWord},
{path: 'dict-detail', component: EditWordDict},
{path: 'dict-detail', component: DictDetail},
{path: 'article', component: ArticleHomePage},
{path: 'study-article', component: StudyArticle},
{path: 'edit-article', component: EditArticlePage},