🐛 删除作品集跳转至个人中心 404 问题修复

This commit is contained in:
ronger 2021-12-20 15:48:05 +08:00
parent f70e7bf2d1
commit eb7502d3cc

View File

@ -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
})
}
}