feat: 添加等级界面
This commit is contained in:
@@ -113,6 +113,15 @@ const router = createRouter({
|
||||
title: "每日签到",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: "level",
|
||||
path: "level",
|
||||
component: () => import("../views/level/Index.vue"),
|
||||
meta: {
|
||||
title: "等级",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: "/:pathMatch(.*)*", name: "NotFound", component: NotFound },
|
||||
|
||||
Reference in New Issue
Block a user