ecinc-cloud-wappaio 9.6.287 → 9.6.288
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/ecwappaio.common.js
CHANGED
|
@@ -143481,6 +143481,9 @@ service.interceptors.response.use(function (response) {
|
|
|
143481
143481
|
} else {
|
|
143482
143482
|
errrst.message = error.response.data;
|
|
143483
143483
|
}
|
|
143484
|
+
if (errrst.message === 'Network Error') {
|
|
143485
|
+
errrst.message = '当前设备网络异常,请联系管理员或更换设备重试。';
|
|
143486
|
+
}
|
|
143484
143487
|
errrst.message += '<br>' + error.config.url;
|
|
143485
143488
|
if (window.vType === 'wapp') {
|
|
143486
143489
|
window.$alert(errrst.message, window.$tx('common.operationTip'), {
|
package/lib/ecwappaio.umd.js
CHANGED
|
@@ -143491,6 +143491,9 @@ service.interceptors.response.use(function (response) {
|
|
|
143491
143491
|
} else {
|
|
143492
143492
|
errrst.message = error.response.data;
|
|
143493
143493
|
}
|
|
143494
|
+
if (errrst.message === 'Network Error') {
|
|
143495
|
+
errrst.message = '当前设备网络异常,请联系管理员或更换设备重试。';
|
|
143496
|
+
}
|
|
143494
143497
|
errrst.message += '<br>' + error.config.url;
|
|
143495
143498
|
if (window.vType === 'wapp') {
|
|
143496
143499
|
window.$alert(errrst.message, window.$tx('common.operationTip'), {
|