Commit 600b9cc0 authored by beisir's avatar beisir

fix: 替换域名

parent 1f80ea46
......@@ -15,7 +15,7 @@ let prodApi = {
kdspOpApi: '//kdsp-operation.q-gp.com',
prologueDomain: '//prologue.q-gp.com',
kdspApi: '//sc-op-api.q-gp.com',
goodsApi: 'https://sc-merchant-api.q-gp.com',
goodsApi: 'https://sc-op-api.q-gp.com',
qiniuHost: 'https://appsync.lkbang.net',
opapiHost: 'https://opapi.xyqb.com',
};
......
......@@ -101,6 +101,7 @@ request.interceptors.response.use(async (response, options) => {
return response;
}
const data = await response.clone().json();
console.log(data.code);
if (data.code === 4033) {
// TODO 该接口是否需要提示权限信息
if (options.role) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment