|
@@ -39,7 +39,7 @@ const url: ComputedRef<string> = computed(() => {
|
|
|
|
|
|
|
|
if (show && orgId && originalAccessId) {
|
|
if (show && orgId && originalAccessId) {
|
|
|
return makeAdminUrl(
|
|
return makeAdminUrl(
|
|
|
- UrlUtils.join('#', 'switch_user', orgId, originalAccessId, 'exit'),
|
|
|
|
|
|
|
+ UrlUtils.join('switch_user', orgId, originalAccessId, 'exit'),
|
|
|
)
|
|
)
|
|
|
}
|
|
}
|
|
|
return ''
|
|
return ''
|