feat: 新增个人页面跳转功能
This commit is contained in:
@@ -78,7 +78,7 @@ const router = createRouter({
|
||||
},
|
||||
{
|
||||
name: "profile",
|
||||
path: "/profile",
|
||||
path: "/profile/:userName",
|
||||
component: () => import("../views/profile/Index.vue"),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user