|
@@ -109,7 +109,7 @@ var cloudService={
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- curingCloudList[i].addtime=moment.unix(v.create_time).format('YYYY-MM-DD HH:mm');
|
|
|
+ curingCloudList[i].addtime=moment(v.create_time).format('YYYY-MM-DD HH:mm');
|
|
|
//curingCloudList[i].id=hash.hashEncode(v.id.toString());
|
|
|
curingCloudList[i].client_id=hash.hashEncode(v.client_id.toString());
|
|
|
curingCloudList[i].sso_id=v.sso_id;
|