This commit is contained in:
2021-07-16 23:23:05 +08:00
parent 9db44d70b8
commit ceca76a0a4
10 changed files with 95 additions and 14 deletions

View File

@ -2,9 +2,10 @@ var is_app = 1;
var imgUrl = 'http://img.zgqlg.com.cn/';
var webUrl = 'http://www.zgqlg.com.cn/';
// var webUrl = 'http://qlg.qgmzbxs.com/';
var cssUrl = localStorage.getItem("cssUrl");
var jsUrl = localStorage.getItem("jsUrl");
var version = localStorage.getItem("version");
var cssUrl = "../css/";
var jsUrl = "../js/";
var version = "98";
function qlgUrl(url) {
return webUrl + url;
}