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);