[mod] url網址更改

This commit is contained in:
建喵 2022-04-26 17:25:54 +08:00
parent e830412da5
commit aed3bb54a8

View File

@ -42,7 +42,9 @@ export default class Manager extends cc.Component {
} }
let href: string = window.location.href; let href: string = window.location.href;
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://220.134.195.1/public/bonus_casino/html5/jianmiau/BJ_Casino_Rank/?v=${Date.now()}`;
let url: string = `http://karol.jianmiau.cf/jm-expense-vue-ts/?v=${Date.now()}`;
this.webview.url = url; this.webview.url = url;
// this.webview.url = `http://localhost:8080/jm-expense-vue-ts/?host=${href}&ignore=${Date.now()}`; // this.webview.url = `http://localhost:8080/jm-expense-vue-ts/?host=${href}&ignore=${Date.now()}`;
this.webview.node.active = true; this.webview.node.active = true;