Browse Source

packge

大厂分支
liangkun 4 years ago
parent
commit
9c21288f05
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.js

+ 10
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Home/AdminDefault/index.js View File

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


Loading…
Cancel
Save