This commit is contained in:
2019-10-27 21:34:28 +08:00
parent 9269b33349
commit 674cd7a9c2
4 changed files with 48 additions and 33 deletions

View File

@ -57,9 +57,8 @@ mui.plusReady(function() {
if (!localStorage.getItem('isFirstDownlodad')) {
localStorage.setItem('isFirstDownlodad', true);
}
mui.ajax('http://qlg.tsgz.moe:233/get_version_new.php?' + Math.random(), {
mui.ajax('http://www.zgqlg.com.cn/get_version_new.php?' + Math.random(), {
data: {},
dataType: 'json', //服务器返回json格式数据
type: 'post', //HTTP请求类型