Skip to content

Commit

Permalink
perf: update decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Dec 14, 2024
1 parent 3a21fb5 commit 1772897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jx3box/jx3box-vue3-ui",
"version": "0.9.11",
"version": "0.9.12",
"description": "JX3BOX Vue3 UI",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion service/cms.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function getDecoration(params) {
});
}
function getDecorationJson() {
let url = JX3BOX.__imgPath + "decoration/index.json";
let url = JX3BOX.__cdn + "design/decoration/index.json";
return axios.get(url);
}
// 通用上传
Expand Down

0 comments on commit 1772897

Please sign in to comment.