@jx3box/jx3box-vue3-ui 0.9.11 → 0.9.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-vue3-ui",
3
- "version": "0.9.11",
3
+ "version": "0.9.13",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/service/cms.js CHANGED
@@ -15,7 +15,7 @@ function getDecoration(params) {
15
15
  });
16
16
  }
17
17
  function getDecorationJson() {
18
- let url = JX3BOX.__imgPath + "decoration/index.json";
18
+ let url = JX3BOX.__cdn + "design/decoration/index.json";
19
19
  return axios.get(url);
20
20
  }
21
21
  // 通用上传
@@ -3,7 +3,7 @@
3
3
  <el-button
4
4
  class="u-btn"
5
5
  :class="{ 'u-fans-box': isSelf }"
6
- size="mini"
6
+ size="small"
7
7
  plain
8
8
  @click="subscribe"
9
9
  :loading="loading"