Explorar el Código

修改缓存字段wlyyAgent为wlyyAgentForDoc,避免与微信端冲突。

yezehua hace 7 años
padre
commit
f5ac42f2a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/api-service.js

+ 1 - 1
js/api-service.js

@ -1,6 +1,6 @@
(function($){
	var publish_version = false;
	var agentName = "wlyyAgent";
	var agentName = "wlyyAgentForDoc";
	var server, userAgent, loginUrl, imserver, socketUrl;
	
 	var IMEI = localStorage.getItem('WLYY_IMEI') || uuid(16, 16)