This commit is contained in:
zyronon
2024-05-21 18:52:12 +08:00
parent 2d7e1cc86f
commit cee18aa246
13 changed files with 633 additions and 706 deletions

View File

@@ -22,6 +22,7 @@ import PC from "@/pages/pc/index.vue";
import Dict2 from '@/pages/pc/dict2/index.vue'
import ArticleIndex from "@/pages/pc/article/ArticleIndex.vue";
import HomeIndex from "@/pages/pc/home/HomeIndex.vue";
import LearnArticle from "@/pages/pc/article/LearnArticle.vue";
export const routes: RouteRecordRaw[] = [
{
@@ -33,6 +34,7 @@ export const routes: RouteRecordRaw[] = [
{path: 'dict', component: Dict2},
{path: 'practice', component: Practice},
{path: 'article', component: ArticleIndex},
{path: 'learn-article', component: LearnArticle},
]
},
{path: '/pc/dict', component: Dict},