Commit f4c459db authored by 熊成伟's avatar 熊成伟

debug

parent f6e3e971
Pipeline #15359 passed with stages
in 1 minute and 2 seconds
......@@ -53,7 +53,7 @@ export const createAPI = (baseURL) => {
if (!response || !response.data) {
// response.status === 'failure' && (window.location.href = '/login')
response.code === 'idt-core-500' && (window.location.href = '/login')
response.code === 'idt-core-501' && (window.location.href = '/login')
console.log('response出错, 无返回数据!', response); return false;
};
if (response.data && response.data.errorMessage) {
......
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