mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-02 06:45:08 +08:00
@@ -1,14 +1,14 @@
|
||||
/**
|
||||
* @file router modules user.ts
|
||||
* @description user 路由模块
|
||||
* @since Beta v0.7.0
|
||||
* @since Beta v0.8.0
|
||||
*/
|
||||
import type { RouteRecordRaw } from "vue-router";
|
||||
|
||||
const userRoutes = (<const>[
|
||||
{
|
||||
path: "/user/abyss",
|
||||
name: "深渊记录",
|
||||
name: "深境螺旋",
|
||||
component: async () => await import("@/pages/User/Abyss.vue"),
|
||||
},
|
||||
{
|
||||
@@ -16,6 +16,11 @@ const userRoutes = (<const>[
|
||||
name: "真境剧诗",
|
||||
component: async () => await import("@/pages/User/Combat.vue"),
|
||||
},
|
||||
{
|
||||
path: "/user/challenge",
|
||||
name: "幽境危战",
|
||||
component: async () => await import("@/pages/User/Challenge.vue"),
|
||||
},
|
||||
{
|
||||
path: "/user/characters",
|
||||
name: "我的角色",
|
||||
|
||||
Reference in New Issue
Block a user