|
|
@@ -225,6 +225,16 @@ var bootstrap = function ($, learun) { |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|
console.log(learun.clientdata.get("userinfo")); |
|
|
|
//上网认证 |
|
|
|
//if (ACIp != null && ACIp != "") { |
|
|
|
// //Ip上网 |
|
|
|
// sendToAc(ACIp, 'logon', Ip, learun.clientdata.userinfo.userInfo.enCode, ''); |
|
|
|
//} |
|
|
|
//if (ACIp2 != null && ACIp2 != "") { |
|
|
|
// //Ip上网 |
|
|
|
// sendToAc(ACIp2, 'logon', Ip, username, ''); |
|
|
|
//} |
|
|
|
if (!!autoopenid) { |
|
|
|
var _module = learun.clientdata.get(['modulesMap', autoopenid]); |
|
|
|
switch (_module.F_Target) { |
|
|
|