refs #3772 Fix account id when move settings from profile

This commit is contained in:
AkiraFukushima 2022-11-21 21:26:17 +09:00
parent 0c4b49cc1d
commit 5b42c21876
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ export default defineComponent({
;(window as any).shell.openExternal(account.value.baseURL + '/settings/profile')
break
case 'settings': {
const url = `/${id}/settings`
const url = `/${id.value}/settings`
router.push(url)
break
}