Skip to content

Commit

Permalink
chore(deps): sync @jx3box/jx3box-common
Browse files Browse the repository at this point in the history
  • Loading branch information
X3ZvaWQ committed Jul 3, 2024
1 parent c4b0107 commit 58aa62b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"dependencies": {
"@antv/g2": "^4.2.10",
"@jx3box/jx3box-comment-ui": "^1.9.4",
"@jx3box/jx3box-common": "8.2.20",
"@jx3box/jx3box-common-ui": "^8.8.7",
"@jx3box/jx3box-comment-ui": "^1.9.9",
"@jx3box/jx3box-common": "^8.2.24",
"@jx3box/jx3box-common-ui": "^8.9.4",
"@jx3box/jx3box-data": "^3.6.0",
"@jx3box/jx3box-dict": "^2.1.1",
"@jx3box/jx3box-editor": "^2.2.7",
"@jx3box/jx3box-editor": "^2.2.9",
"@jx3box/jx3box-map": "^0.2.0",
"axios": "^0.21.1",
"core-js": "^3.4.3",
Expand Down
3 changes: 2 additions & 1 deletion src/service/item.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { $next, $node, $cms } from "@jx3box/jx3box-common/js/https";
import { $next, $node, $cms, axios } from "@jx3box/jx3box-common/js/https";
const $ = $node({ mute: true });
// const $ = axios.create({ baseURL: 'http://localhost:7002' });

export function getMyFav(params) {
return $next().get(`api/article/favorites/my`, {
Expand Down
3 changes: 0 additions & 3 deletions src/views/item/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ export default {
...params,
...this.$route.query,
};
// 菜单筛选
if (this.$route.query.auc_genre) params.auc_genre = this.$route.query.auc_genre;
if (this.$route.query.auc_sub_type_id) params.auc_sub_type_id = this.$route.query.auc_sub_type_id;
get_items_search(params).then((data) => {
data = data.data;
Expand Down

0 comments on commit 58aa62b

Please sign in to comment.