♻️ test 往上一层,对应路由变更

This commit is contained in:
BTMuli
2023-05-25 11:16:06 +08:00
parent 7edcd3ed9b
commit 11b32d5427
4 changed files with 8 additions and 8 deletions

View File

@@ -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: "深渊记录",