tx-sider 2.1.55 → 2.1.57
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/lib/TXUI.mjs +0 -1
- package/lib/TXUI.umd.js +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -22471,7 +22471,6 @@ class Request {
|
|
|
22471
22471
|
return;
|
|
22472
22472
|
}
|
|
22473
22473
|
}
|
|
22474
|
-
location.href = location.origin + "/login";
|
|
22475
22474
|
} else {
|
|
22476
22475
|
let tips = "";
|
|
22477
22476
|
if (error.response.status in httpCode) {
|