From 2dfff4a9c45e59342366c8e21696c6b2f4cc891a Mon Sep 17 00:00:00 2001 From: JianMiau Date: Thu, 25 Aug 2022 19:30:38 +0800 Subject: [PATCH] [mod] url --- assets/Script/Manager.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/Script/Manager.ts b/assets/Script/Manager.ts index e0189d9..837bcfe 100644 --- a/assets/Script/Manager.ts +++ b/assets/Script/Manager.ts @@ -57,10 +57,10 @@ export default class Manager extends cc.Component { }); 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 = `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.node.active = true;