|
@ -26,7 +26,7 @@
|
|
|
// server = "http://192.168.131.105:9088"; // 测试环境 兴旺
|
|
|
}
|
|
|
|
|
|
|
|
|
if(!top.toastr)top.toastr=toastr;
|
|
|
//保存userAgent
|
|
|
function saveUserAgent(obj) {
|
|
|
if(window.localStorage.getItem(agentName)){
|
|
@ -61,7 +61,7 @@
|
|
|
},
|
|
|
error: function(res) {
|
|
|
debugger
|
|
|
top.toastr.error("网络错误无法请求")
|
|
|
top.toastr.error("网络错误无法请求")
|
|
|
reject(res)
|
|
|
},
|
|
|
success: function(res) {
|