@byteluck-fe/model-driven-core-all 2.3.4-2.5.0-alpha.0.0 → 2.4.0-alpha.1

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.
@@ -157,7 +157,7 @@ export function getHackerControl(comid, type, tipMessage) {
157
157
  }
158
158
  return HackerPropertyClass;
159
159
  }(Property);
160
- var template = '<div style="background:#fff0ef;color:#ff6459;padding:8px 16px;border-radius:4px;"><i class="iconfont iconshibaimian" style="margin-right:4px"></i>'.concat(tipMessage, "</div>");
160
+ var template = '<div style="background:#fff0ef;color:#ff6459;padding:8px 16px;border-radius:4px;"><i class="low-code iconshibaimian" style="margin-right:4px"></i>'.concat(tipMessage, "</div>");
161
161
  var control = {
162
162
  Runtime: HackerControlClass,
163
163
  Designer: HackerControlClass,
@@ -191,8 +191,8 @@ export function loadScriptFromFetch(url, globalModules) {
191
191
  fetch: nativeFetch
192
192
  };
193
193
  return new Promise(function(resolve, reject) {
194
- var newUrl = url.replace(/^(https?:)?\/\/.*?\/component/, "/component");
195
- options.fetch(newUrl).then(function(response) {
194
+ // const newUrl = url.replace(/^(https?:)?\/\/.*?\/component/, '/component')
195
+ options.fetch(url).then(function(response) {
196
196
  var module = {
197
197
  exports: {}
198
198
  };