refs #3772 Fix account id when move settings from profile
This commit is contained in:
parent
0c4b49cc1d
commit
5b42c21876
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue