Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Aug 12, 2024
1 parent 864454d commit 2c696cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/playground/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@
src="./jwt-decode.js"
></script>
<script>
if (localStorage.getItem("apihost")){
window.apiHost = localStorage.getItem("apihost");
if (localStorage.getItem("ZeroCat_Apihost")){
window.apiHost = localStorage.getItem("ZeroCat_Apihost");
window.apihost = "<%= process.env.APIHOST %>";
}else{
Expand Down

0 comments on commit 2c696cb

Please sign in to comment.