fix
This commit is contained in:
2
.env
2
.env
@@ -1,4 +1,4 @@
|
|||||||
# NODE_ENV = 'production'
|
# NODE_ENV = 'production'
|
||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# 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/'
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
NODE_ENV = 'production'
|
NODE_ENV = 'production'
|
||||||
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# 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
BIN
public/image/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
@@ -61,7 +61,9 @@ async function isMurmur() {
|
|||||||
let randomNum: any = Math.floor(Math.random() * 9000000000000000) + 1000000000000000;
|
let randomNum: any = Math.floor(Math.random() * 9000000000000000) + 1000000000000000;
|
||||||
sessionStorage.setItem('sessionId', randomNum);
|
sessionStorage.setItem('sessionId', randomNum);
|
||||||
router.push("/home");
|
router.push("/home");
|
||||||
// localStorage.setItem('murmurStr',murmurStr)
|
if(window.location.search.substring(1)){
|
||||||
|
localStorage.setItem('id',window.location.search.substring(1))
|
||||||
|
}
|
||||||
})
|
})
|
||||||
.catch((res) => {
|
.catch((res) => {
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user