🐛 删除作品集跳转至个人中心 404 问题修复
This commit is contained in:
parent
f70e7bf2d1
commit
eb7502d3cc
@ -336,7 +336,7 @@ export default {
|
||||
} else {
|
||||
_ts.$set(_ts, 'notificationFlag', false);
|
||||
_ts.$router.push({
|
||||
path: '/user/' + _ts.$store.state.userInfo?.nickname
|
||||
path: '/user/' + _ts.$store.state.userInfo?.account
|
||||
})
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user