...
|
...
|
@@ -64,7 +64,7 @@ class Auth { |
|
|
return Auth.profile(uid).then((userInfo) => {
|
|
|
let token = sign.makeToken(uid);
|
|
|
let data = userInfo.data;
|
|
|
let encryptionUid = aes.encryptionUid(data.uid);
|
|
|
let encryptionUid = aes.encryptionUid(uid);
|
|
|
|
|
|
if (data) {
|
|
|
let uidCookie = `${data.profile_name}::${encryptionUid}::${data.vip_info.title}::${token}`;
|
...
|
...
|
|