[mod] url
This commit is contained in:
parent
62093148f3
commit
2dfff4a9c4
@ -57,10 +57,10 @@ export default class Manager extends cc.Component {
|
|||||||
});
|
});
|
||||||
let href: string = window.location.href;
|
let href: string = window.location.href;
|
||||||
|
|
||||||
let url: string = `http://220.134.195.1/public/bonus_casino/html5/jianmiau/Test/?host=${href}&v=${Date.now()}`;
|
// let url: string = `http://220.134.195.1/public/bonus_casino/html5/jianmiau/Test/?host=${href}&v=${Date.now()}`;
|
||||||
// let url: string = `https://karolchang.github.io/jm-expense-vue-ts/?host=${href}&ignore=${Date.now()}`;
|
// let url: string = `https://karolchang.github.io/jm-expense-vue-ts/?host=${href}&ignore=${Date.now()}`;
|
||||||
// let url: string = `http://karol.jianmiau.cf/jm-expense-vue-ts/?v=${Date.now()}`;
|
// let url: string = `http://karol.jianmiau.cf/jm-expense-vue-ts/?v=${Date.now()}`;
|
||||||
// let url: string = `https://jm-expense-2022.firebaseapp.com/login?host=${href}&v=${Date.now()}`;
|
let url: string = `https://jm-expense-2022.firebaseapp.com/login?host=${href}&v=${Date.now()}`;
|
||||||
this.webview.url = url;
|
this.webview.url = url;
|
||||||
this.webview.node.active = true;
|
this.webview.node.active = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user