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')
|
;(window as any).shell.openExternal(account.value.baseURL + '/settings/profile')
|
||||||
break
|
break
|
||||||
case 'settings': {
|
case 'settings': {
|
||||||
const url = `/${id}/settings`
|
const url = `/${id.value}/settings`
|
||||||
router.push(url)
|
router.push(url)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue