|
@@ -173,7 +173,7 @@ var cloudService={
|
|
|
curingCloudList[i].addtime=moment(v.create_time).format('YYYY-MM-DD HH:mm');
|
|
|
curingCloudList[i].latest_login=moment(v.latest_login).format('YYYY-MM-DD HH:mm');
|
|
|
curingCloudList[i].client_id=hash.hashEncode(v.client_id.toString());
|
|
|
- curingCloudList[i].sso_id=hash.hashEncode(v.sso_id.toString());
|
|
|
+ curingCloudList[i].ssoId=hash.hashEncode(v.ssoId.toString());
|
|
|
|
|
|
//最后使用
|
|
|
curingCloudList[i].latest_usedName='';
|