ljj 6 tahun lalu
induk
melakukan
9f9dfebc65
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      js/api/http-request.js

+ 2 - 2
js/api/http-request.js

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