mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-01 06:39:45 +08:00
🌱 修复数据库读取异常,页面草创
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/**
|
||||
* @file router/modules/main.ts
|
||||
* @description 主路由模块
|
||||
* @since Beta v0.6.3
|
||||
* 主路由模块
|
||||
* @since Beta v0.9.0
|
||||
*/
|
||||
import type { RouteRecordRaw } from "vue-router";
|
||||
|
||||
@@ -36,6 +35,11 @@ const mainRoutes = (<const>[
|
||||
name: "成就",
|
||||
component: async () => await import("@/pages/common/PageAchi.vue"),
|
||||
},
|
||||
{
|
||||
path: "/bag/material",
|
||||
name: "背包材料",
|
||||
component: async () => await import("@/pages/common/PageBagMaterial.vue"),
|
||||
},
|
||||
{
|
||||
path: "/collection",
|
||||
name: "收藏",
|
||||
|
||||
Reference in New Issue
Block a user