Explorar el Código

#IQRV #comment: 关门页重置秘钥前端bug修复

陈纪林80310970 hace 6 meses
padre
commit
bbb2bdc805
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      addin/res/ManagerDesktop/js/navOprator.js

+ 1 - 1
addin/res/ManagerDesktop/js/navOprator.js

@@ -178,7 +178,7 @@ window.onmessage = (event) => {
 
 function initializeNew(code){
   let req = new Request()
-  req.strAuthServer = HostUrl; 
+  req.strAuthServer = ''; 
   req.strUserID =  code 
   req.strPassword = '88888888' // 默认虚拟值,后台不做校验以及相关处理(仅供终端实体逻辑判断-loginway)
   req.timeout = 60000