mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file router/modules/wiki.ts
|
||||
* @description wiki 路由模块
|
||||
* @since Beta v0.4.6
|
||||
* @since Beta v0.5.3
|
||||
*/
|
||||
|
||||
const wikiRoutes = [
|
||||
@@ -15,11 +15,6 @@ const wikiRoutes = [
|
||||
name: "角色图鉴",
|
||||
component: async () => await import("../../pages/WIKI/Character.vue"),
|
||||
},
|
||||
{
|
||||
path: "/wiki/GCG",
|
||||
name: "卡牌图鉴",
|
||||
component: async () => await import("../../pages/WIKI/GCG.vue"),
|
||||
},
|
||||
{
|
||||
path: "/wiki/namecard",
|
||||
name: "名片图鉴",
|
||||
|
||||
Reference in New Issue
Block a user