修正域名

This commit is contained in:
Jerry Yan 2020-12-06 21:15:37 +08:00
parent b21c9f1fbc
commit ce2985998b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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