|
|
|
|
|
|
|
|
// accessToken: getItem(StorageKeys.Token) |
|
|
// accessToken: getItem(StorageKeys.Token) |
|
|
// ======= |
|
|
// ======= |
|
|
accessToken: getItem(StorageKeys.Token), |
|
|
accessToken: getItem(StorageKeys.Token), |
|
|
customerId: getItem("customerObj").customerId, |
|
|
|
|
|
|
|
|
customerId: getItem('userInfo') ? (getItem('userInfo')['customerId'] || '' ) : "", |
|
|
// >>>>>>> 2bd4fd2288160c9b41c882d376c6debd9051e296 |
|
|
// >>>>>>> 2bd4fd2288160c9b41c882d376c6debd9051e296 |
|
|
}; |
|
|
}; |
|
|
console.log("Common", Common, getItem("customerObj")); |
|
|
console.log("Common", Common, getItem("customerObj")); |