From ce2985998b2e2ff13a09f24bad26987b3c2c7f99 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 6 Dec 2020 21:15:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/reg.js | 2 +- js/register1.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/reg.js b/js/reg.js index e89896d..2ec95f1 100644 --- a/js/reg.js +++ b/js/reg.js @@ -207,7 +207,7 @@ mui.plusReady(function() { if (xmlhttp != null) { // console.log(dir) - serverUrl = 'http://t.ect99.com/oss/get.php?dir=' + pathName; + serverUrl = qlgUrl('oss/get.php?dir=' + pathName); // serverUrl = 'https://img.zgqlg.com.cn/oss/get.php?dir=' + pathName; xmlhttp.open("GET", serverUrl, false); diff --git a/js/register1.js b/js/register1.js index e1f1e61..1532c68 100644 --- a/js/register1.js +++ b/js/register1.js @@ -184,7 +184,7 @@ mui.plusReady(function() { if (xmlhttp != null) { // //console.log(dir) - serverUrl = 'http://t.ect99.com/oss/get.php?dir=' + pathName; + serverUrl = qlgUrl('oss/get.php?dir=' + pathName); // serverUrl = 'https://img.zgqlg.com.cn/oss/get.php?dir=' + pathName; xmlhttp.open("GET", serverUrl, false);