fix: 跳转链接修改
This commit is contained in:
parent
a08cf702f4
commit
082d11253e
@ -166,14 +166,14 @@ const onLange = (e: string) => {
|
|||||||
// 个人中心
|
// 个人中心
|
||||||
const onPerson = () => {
|
const onPerson = () => {
|
||||||
router.push({
|
router.push({
|
||||||
path: "/personal-center/userinfo"
|
path: "/personal/userinfo"
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
// 修改密码
|
// 修改密码
|
||||||
const onUpdate = () => {
|
const onUpdate = () => {
|
||||||
router.push({
|
router.push({
|
||||||
path: "/personal-center/user-settings"
|
path: "/personal/user-settings"
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user