@jx3box/jx3box-vue3-ui 0.5.3 → 0.5.4

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.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -190,7 +190,7 @@ export default {
190
190
  },
191
191
  },
192
192
  created() {
193
- this.baseAPI = `/api/comment/${this.category}/article/${this.id}`;
193
+ this.baseAPI = `/api/next2/comment/${this.category}/article/${this.id}`;
194
194
  },
195
195
  mounted() {
196
196
  getOrderMode()