@steedos/service-plugin-amis 2.4.0-beta.11 → 2.4.0-beta.14

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.
@@ -19,8 +19,8 @@
19
19
  };
20
20
  }
21
21
  // loadCss(Steedos.absoluteUrl("/unpkg.com/amis/sdk/sdk.css"))
22
- loadCss(Steedos.absoluteUrl("/unpkg.com/amis/sdk/helper.css"))
23
- loadCss(Steedos.absoluteUrl("/unpkg.com/amis/sdk/iconfont.css"))
22
+ // loadCss(Steedos.absoluteUrl("/unpkg.com/amis/sdk/helper.css"))
23
+ // loadCss(Steedos.absoluteUrl("/unpkg.com/amis/sdk/iconfont.css"))
24
24
  loadCss(Steedos.absoluteUrl("/amis/amis.css"))
25
25
 
26
26
  try {
@@ -48,9 +48,9 @@
48
48
  }
49
49
 
50
50
  // 加载Amis SDK: 如果直接放到body中会导致 meteor 编译后的 cordova.js 加载报错
51
- let amisSDKScript = document.createElement("script");
52
- amisSDKScript.setAttribute("src", Steedos.absoluteUrl('/unpkg.com/amis/sdk/sdk.js'));
53
- document.getElementsByTagName("head")[0].appendChild(amisSDKScript);
51
+ // let amisSDKScript = document.createElement("script");
52
+ // amisSDKScript.setAttribute("src", Steedos.absoluteUrl('/unpkg.com/amis/sdk/sdk.js'));
53
+ // document.getElementsByTagName("head")[0].appendChild(amisSDKScript);
54
54
  } catch (error) {
55
55
  console.error(error)
56
56
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.4.0-beta.11",
3
+ "version": "2.4.0-beta.14",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -16,5 +16,5 @@
16
16
  "dependencies": {
17
17
  "@steedos-widgets/amis-lib": "^1.0.10"
18
18
  },
19
- "gitHead": "17351bad46d1bcf9f334e5763bc78755cab496ba"
19
+ "gitHead": "47f3797a400790410c8f333a4dbb21c877642aa9"
20
20
  }