Skip to content

Commit

Permalink
fix: api error
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Feb 2, 2024
1 parent 21cf0e1 commit c53a4ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export const SidebarLayout = defineComponent({
const isInApiDebugMode =
localStorage.getItem('__api') ||
localStorage.getItem('__gateway') ||
sessionStorage.get('__api') ||
sessionStorage.get('__gateway') ||
sessionStorage.getItem('__api') ||
sessionStorage.getItem('__gateway') ||
window.injectData.PAGE_PROXY

const collapse = ui.sidebarCollapse
Expand Down

0 comments on commit c53a4ad

Please sign in to comment.