Skip to content

Commit

Permalink
Cancel email hash and update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto0226 committed Aug 6, 2024
1 parent 7c02d77 commit 8b61be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<link rel="icon" href="/Earth_Game/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>社團博覽會大地遊戲</title>
<script type="module" crossorigin src="/Earth_Game/assets/index-C68okTaN.js"></script>
<link rel="stylesheet" crossorigin href="/Earth_Game/assets/index-DmNUSJmN.css">
<script type="module" crossorigin src="/Earth_Game/assets/index-CGZPTx4C.js"></script>
<link rel="stylesheet" crossorigin href="/Earth_Game/assets/index-D8Y0GlYX.css">
</head>

<body class="h-100">
Expand Down
2 changes: 1 addition & 1 deletion src/views/StampView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const lock = async () => {
<div class="tab-content" id="myTabContent">
<div class="tab-pane fade show active" id="qrcode-tab-pane" role="tabpanel" aria-labelledby="qrcode-tab"
tabindex="0">
<createQRcode :url="hashed_account" v-if="hashed_account != '' && authStore.isLoggedIn" />
<createQRcode :url="account.value.trim()" v-if="hashed_account != '' && authStore.isLoggedIn" />
</div>
<div class="tab-pane fade" id="card-tab-pane" role="tabpanel" aria-labelledby="card-tab" tabindex="0">
集點卡
Expand Down

0 comments on commit 8b61be3

Please sign in to comment.