cms-chenhj-ui 1.0.45 → 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.
@@ -14028,7 +14028,7 @@ service.interceptors.request.use(config => {
14028
14028
  };
14029
14029
  }
14030
14030
  }
14031
- const urlList = [gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA=="), gBase64.decode("aHR0cDovLzEwLjAuMjguMTYx"), gBase64.decode("https://www-uat.hk.chinamobile.com"), gBase64.decode("https://www.hk.chinamobile.com")];
14031
+ const urlList = [gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA=="), gBase64.decode("aHR0cDovLzEwLjAuMjguMTYx"), gBase64.decode("https://www-uat.hk.chinamobile.com"), "https://www.hk.chinamobile.com"];
14032
14032
  if (config.url.includes("/api/")) {
14033
14033
  if (true) {
14034
14034
  if (urlList.some(item => item == window.location.origin)) {
@@ -14037,7 +14037,7 @@ service.interceptors.request.use(config => {
14037
14037
  if (env_prod) {
14038
14038
  config.url = "https://omniapi.hk.chinamobile.com" + config.url;
14039
14039
  } else {
14040
- config.url = "aHR0cDovLzEwLjAuMjguNjA6OTY0MA==" + config.url;
14040
+ config.url = gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA==") + config.url;
14041
14041
  }
14042
14042
  }
14043
14043
  if (window.location.origin == "https://omniapi.hk.chinamobile.com") {