Vincent 8 месяцев назад
Родитель
Сommit
7eb3cf6759
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      components/Layout/AlertBar/SuperAdmin.vue

+ 1 - 1
components/Layout/AlertBar/SuperAdmin.vue

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