Skip to content

Commit

Permalink
perf: 更新api_misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaviilee committed Sep 21, 2024
1 parent eac1c11 commit e4673da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion js/api_misc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,17 @@ function getMenus(params) {
})
}

// 获取全局设定项
function getConfig(params) {
return $cms().get(`/api/cms/config` ,{
params
})
}

export {
getBreadcrumb,
getMenu,
getArticle,
getMenus
getMenus,
getConfig
};
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-common",
"version": "8.3.6",
"version": "8.3.7",
"description": "JX3BOX公共基础模块",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit e4673da

Please sign in to comment.