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.
@@ -44135,12 +44135,17 @@ const i18n = new vue_i18n_esm({
44135
44135
 
44136
44136
 
44137
44137
 
44138
+
44138
44139
  const service = axios_default().create({
44139
44140
  baseURL: "",
44140
44141
  // /apitest
44141
- timeout: 1000,
44142
+ timeout: 60000,
44142
44143
  // 请求超时時間
44143
44144
  withCredentials: true
44145
+ // async: false,
44146
+ // headers: {
44147
+ // "Content-Type": "application/json;charset:utf-8"
44148
+ // }
44144
44149
  });
44145
44150
  service.defaults.headers.post["Content-Type"] = "application/json;charset:utf-8";
44146
44151
 
@@ -44153,7 +44158,7 @@ service.interceptors.request.use(config => {
44153
44158
  if (config.url.includes("/ecosp-console")) {
44154
44159
  document.cookie = "JSESSIONID=node017nm2falxdfe8c1parzfv9ilr29.node0";
44155
44160
  } else if (config.url.includes("omni-channel-service-console")) {
44156
- document.cookie = "JSESSIONID=CC486EC56D518B06821D4861676499DC";
44161
+ document.cookie = "JSESSIONID=78E8137DAEC4660E6E4A6310CAB2B300";
44157
44162
  }
44158
44163
  } else {
44159
44164
  if (config.url.includes("/api/") && is_cmsComp) {