This commit is contained in:
zyronon
2024-05-16 11:21:12 +08:00
parent d119f1c56f
commit 33fe1a33c0
12 changed files with 3934 additions and 4088 deletions

View File

@@ -17,8 +17,16 @@ import About from "@/pages/mobile/my/About.vue";
import Feedback from "@/pages/mobile/my/Feedback.vue";
import MusicSetting from "@/pages/mobile/my/setting/MusicSetting.vue";
import OtherSetting from "@/pages/mobile/my/setting/OtherSetting.vue";
import WordHome from "@/pages/pc/word/WordHome.vue";
import PC from "@/pages/pc/index.vue";
export const routes: RouteRecordRaw[] = [
{
path: '/', component: PC,
children: [
{path: '/word', component: WordHome},
]
},
{path: '/pc/practice', component: Practice},
{path: '/pc/dict', component: Dict},