leisure-core 0.6.33 → 0.6.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/le-libs/js/hrequest.js +1 -1
- package/package.json +1 -1
package/le-libs/js/hrequest.js
CHANGED
|
@@ -57,7 +57,7 @@ service.interceptors.response.use(
|
|
|
57
57
|
if (code == "801" || code == "802") {
|
|
58
58
|
router.push({ path: "/" });
|
|
59
59
|
} else if (code !== "10000" || code == "803") {
|
|
60
|
-
console.log("请求失败,code
|
|
60
|
+
console.log("请求失败,code和info分别为", code, info);
|
|
61
61
|
msg(info);
|
|
62
62
|
// return Promise.reject(info);
|
|
63
63
|
} else {
|