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 ''