fix: 跳转链接修改

This commit is contained in:
WANGFAN\wangf 2025-01-08 23:25:58 +08:00
parent a08cf702f4
commit 082d11253e

View File

@ -166,14 +166,14 @@ const onLange = (e: string) => {
//
const onPerson = () => {
router.push({
path: "/personal-center/userinfo"
path: "/personal/userinfo"
});
};
//
const onUpdate = () => {
router.push({
path: "/personal-center/user-settings"
path: "/personal/user-settings"
});
};