This commit is contained in:
X1627315083
2024-01-18 11:58:09 +08:00
parent 09df4f9b06
commit b9ad623b64
4 changed files with 5 additions and 3 deletions

2
.env
View File

@@ -1,4 +1,4 @@
# NODE_ENV = 'production'
NODE_ENV = 'development'
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
VUE_APP_BASE_URL = 'https://poly.api.aida.com.hk/'
VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk/'

View File

@@ -1,3 +1,3 @@
NODE_ENV = 'production'
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
VUE_APP_BASE_URL = 'https://poly.api.aida.com.hk/'
VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk/'

BIN
public/image/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -61,7 +61,9 @@ async function isMurmur() {
let randomNum: any = Math.floor(Math.random() * 9000000000000000) + 1000000000000000;
sessionStorage.setItem('sessionId', randomNum);
router.push("/home");
// localStorage.setItem('murmurStr',murmurStr)
if(window.location.search.substring(1)){
localStorage.setItem('id',window.location.search.substring(1))
}
})
.catch((res) => {
});