From 9795e03db7c8c6c4489c8b262648296639ebd9be Mon Sep 17 00:00:00 2001 From: chenshengle <954534408@qq.com> Date: Sun, 22 Aug 2021 23:31:07 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squareMap/js/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/squareMap/js/index.js b/squareMap/js/index.js index 829fc90..be86526 100644 --- a/squareMap/js/index.js +++ b/squareMap/js/index.js @@ -1,13 +1,13 @@ $(function(){ - let baseUrl='https://ctest.malls.iformall.com/C'; - if(window.location.origin=='https://gametest.malls.iformall.com'){ - baseUrl='https://ctest.malls.iformall.com/C' - }else if(window.location.origin=='https://game.malls.iformall.com'){ - baseUrl='https://c.malls.iformall.com/C' - }else if(window.location.origin=='https://game.youlane.cn'){ - baseUrl='https://ciformall.youlane.cn/C' - } + let baseUrl='/C'; + // if(window.location.origin=='https://gametest.malls.iformall.com'){ + // baseUrl='https://ctest.malls.iformall.com/C' + // }else if(window.location.origin=='https://game.malls.iformall.com'){ + // baseUrl='https://c.malls.iformall.com/C' + // }else if(window.location.origin=='https://game.youlane.cn'){ + // baseUrl='https://ciformall.youlane.cn/C' + // } init() function init(){ $.ajax({