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