cms-chenhj-ui 1.0.47 → 1.0.48
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
|
@@ -14068,6 +14068,7 @@ service.interceptors.request.use(config => {
|
|
|
14068
14068
|
config.headers["cmhkChannel"] = "WWW";
|
|
14069
14069
|
config.headers["channelId"] = "WWW";
|
|
14070
14070
|
config.headers["Accept-Language"] = config.headers["Accept-Language"] ? config.headers["Accept-Language"] : utils_i18n.locale;
|
|
14071
|
+
config.headers['Acc-Lang'] = config.headers["Accept-Language"];
|
|
14071
14072
|
}
|
|
14072
14073
|
return config;
|
|
14073
14074
|
}, error => {
|