mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-04 07:05:07 +08:00
♻️ test 往上一层,对应路由变更
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
* @since Alpha v0.2.0
|
||||
*/
|
||||
|
||||
// user test
|
||||
import test from "../../pages/User/test.vue";
|
||||
// user main
|
||||
import Abyss from "../../pages/User/Abyss.vue";
|
||||
import Characters from "../../pages/User/Characters.vue";
|
||||
@@ -15,11 +13,6 @@ import Info from "../../pages/User/Info.vue";
|
||||
// user sub
|
||||
|
||||
const userRoutes = [
|
||||
{
|
||||
path: "/user/test",
|
||||
name: "测试",
|
||||
component: test,
|
||||
},
|
||||
{
|
||||
path: "/user/abyss",
|
||||
name: "深渊记录",
|
||||
|
||||
Reference in New Issue
Block a user