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.umd.js
CHANGED
|
@@ -14078,6 +14078,7 @@ service.interceptors.request.use(config => {
|
|
|
14078
14078
|
config.headers["cmhkChannel"] = "WWW";
|
|
14079
14079
|
config.headers["channelId"] = "WWW";
|
|
14080
14080
|
config.headers["Accept-Language"] = config.headers["Accept-Language"] ? config.headers["Accept-Language"] : utils_i18n.locale;
|
|
14081
|
+
config.headers['Acc-Lang'] = config.headers["Accept-Language"];
|
|
14081
14082
|
}
|
|
14082
14083
|
return config;
|
|
14083
14084
|
}, error => {
|