Преглед на файлове

customerId配置

master
bjfight преди 1 месец
родител
ревизия
cac4812cc6
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      utils/network/request.js

+ 1
- 1
utils/network/request.js Целия файл

@@ -318,7 +318,7 @@ export function requestNew(code, options = {}, start = false, clie = () => {}) {
// accessToken: getItem(StorageKeys.Token)
// =======
accessToken: getItem(StorageKeys.Token),
customerId: getItem("customerObj").customerId,
customerId: getItem('userInfo') ? (getItem('userInfo')['customerId'] || '' ) : "",
// >>>>>>> 2bd4fd2288160c9b41c882d376c6debd9051e296
};
console.log("Common", Common, getItem("customerObj"));

Loading…
Отказ
Запис