mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-23 09:56:37 +08:00
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