Vincent 8 ヶ月 前
コミット
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 ''