浏览代码

customerId配置

master
bjfight 6 天前
父节点
当前提交
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"));

正在加载...
取消
保存