Commit 63436b6c by maolipeng

fix:接口过期拦截

parent 87346e98
...@@ -96,7 +96,6 @@ class Axios { ...@@ -96,7 +96,6 @@ class Axios {
content: "当前企业购买的小麦企学院服务已到期,如需继续使用学院功能,请尽快续费购买", content: "当前企业购买的小麦企学院服务已到期,如需继续使用学院功能,请尽快续费购买",
okText: "我知道了" okText: "我知道了"
}) })
return response;
} else if (success || resultCode === 0) { } else if (success || resultCode === 0) {
return response; return response;
} else if (!options.reject) { } else if (!options.reject) {
......
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