cms-chenhj-ui 2.0.7 → 2.0.8
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/cms-chenhj-ui.common.js
CHANGED
|
@@ -5343,12 +5343,17 @@ const i18n = new vue_i18n_esm({
|
|
|
5343
5343
|
|
|
5344
5344
|
|
|
5345
5345
|
|
|
5346
|
+
|
|
5346
5347
|
const service = axios_default().create({
|
|
5347
5348
|
baseURL: "",
|
|
5348
5349
|
// /apitest
|
|
5349
|
-
timeout:
|
|
5350
|
+
timeout: 60000,
|
|
5350
5351
|
// 请求超时時間
|
|
5351
5352
|
withCredentials: true
|
|
5353
|
+
// async: false,
|
|
5354
|
+
// headers: {
|
|
5355
|
+
// "Content-Type": "application/json;charset:utf-8"
|
|
5356
|
+
// }
|
|
5352
5357
|
});
|
|
5353
5358
|
service.defaults.headers.post["Content-Type"] = "application/json;charset:utf-8";
|
|
5354
5359
|
|
|
@@ -5361,7 +5366,7 @@ service.interceptors.request.use(config => {
|
|
|
5361
5366
|
if (config.url.includes("/ecosp-console")) {
|
|
5362
5367
|
document.cookie = "JSESSIONID=node017nm2falxdfe8c1parzfv9ilr29.node0";
|
|
5363
5368
|
} else if (config.url.includes("omni-channel-service-console")) {
|
|
5364
|
-
document.cookie = "JSESSIONID=
|
|
5369
|
+
document.cookie = "JSESSIONID=78E8137DAEC4660E6E4A6310CAB2B300";
|
|
5365
5370
|
}
|
|
5366
5371
|
} else {
|
|
5367
5372
|
if (config.url.includes("/api/") && is_cmsComp) {
|