cms-chenhj-ui 1.0.44 → 1.0.46
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
|
@@ -14038,7 +14038,7 @@ service.interceptors.request.use(config => {
|
|
|
14038
14038
|
};
|
|
14039
14039
|
}
|
|
14040
14040
|
}
|
|
14041
|
-
const urlList = [gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA=="), gBase64.decode("aHR0cDovLzEwLjAuMjguMTYx"), gBase64.decode("https://www-uat.hk.chinamobile.com"),
|
|
14041
|
+
const urlList = [gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA=="), gBase64.decode("aHR0cDovLzEwLjAuMjguMTYx"), gBase64.decode("https://www-uat.hk.chinamobile.com"), "https://www.hk.chinamobile.com"];
|
|
14042
14042
|
if (config.url.includes("/api/")) {
|
|
14043
14043
|
if (true) {
|
|
14044
14044
|
if (urlList.some(item => item == window.location.origin)) {
|
|
@@ -14047,7 +14047,7 @@ service.interceptors.request.use(config => {
|
|
|
14047
14047
|
if (env_prod) {
|
|
14048
14048
|
config.url = "https://omniapi.hk.chinamobile.com" + config.url;
|
|
14049
14049
|
} else {
|
|
14050
|
-
config.url = "aHR0cDovLzEwLjAuMjguNjA6OTY0MA==" + config.url;
|
|
14050
|
+
config.url = gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA==") + config.url;
|
|
14051
14051
|
}
|
|
14052
14052
|
}
|
|
14053
14053
|
if (window.location.origin == "https://omniapi.hk.chinamobile.com") {
|