From 843df9d7afbc40983a2f80b286202fcf8be422ed Mon Sep 17 00:00:00 2001 From: qf Date: Fri, 24 Mar 2023 17:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E9=80=82=E9=85=8D=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=A2=9E=E5=8A=A0=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/yinmeng/common/js/common2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/yinmeng/common/js/common2.js b/view/yinmeng/common/js/common2.js index c6f4323..264f16e 100644 --- a/view/yinmeng/common/js/common2.js +++ b/view/yinmeng/common/js/common2.js @@ -75,7 +75,7 @@ function EnvCheck () { var res3 = _url.match(/127.0/) var res4 = _url.match(/beta/) var res5 = _url.match(/apidev/) - if (res || res1 || res2 || res3 || res4) { + if (res || res1 || res2 || res3 || res4 || res5) { tranUrl = 'http://h5dev.yinmeng.zhongjialx.com'; return 'test'; } else {