feat: 新增个人页面跳转功能
This commit is contained in:
@@ -117,7 +117,7 @@ const enterIndex = () => {
|
||||
router.push("/index");
|
||||
};
|
||||
const enterProfile = () => {
|
||||
router.push("/profile");
|
||||
router.push(`/profile/${userStore.userName}`);
|
||||
};
|
||||
const toLogin = () => {
|
||||
clearStorage();
|
||||
|
||||
Reference in New Issue
Block a user