This commit is contained in:
Zyronon
2025-10-13 22:17:47 +08:00
parent 22cdf71a29
commit 913758617d
4 changed files with 244 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ import DictList from "@/pages/word/DictList.vue";
import BookList from "@/pages/article/BookList.vue";
import Setting from "@/pages/setting/Setting.vue";
import Home from "@/pages/home/index.vue";
import Login from "@/pages/login/index.vue";
export const routes: RouteRecordRaw[] = [
{
@@ -33,6 +34,7 @@ export const routes: RouteRecordRaw[] = [
{path: 'book-detail', component: BookDetail},
{path: 'book-list', component: BookList},
{path: 'setting', component: Setting},
{path: 'login', component: Login},
]
},
{path: '/batch-edit-article', component: () => import("@/pages/article/BatchEditArticlePage.vue")},