We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de7656 commit 6550810Copy full SHA for 6550810
packages/workspace/application-center/src/js/http.js
@@ -23,7 +23,7 @@ export const fetchBusinessCategoryByGroup = (group) =>
23
24
// 应用管理 -- 获取应用列表
25
export const fetchApplicationList = (params) =>
26
- getMetaApi(META_SERVICE.Http).get(`app-center/api/apps/page`, { params }) // currentPage pageSize
+ getMetaApi(META_SERVICE.Http).get(`/app-center/api/apps/page`, { params }) // currentPage pageSize
27
28
// 应用管理 -- 创建应用
29
export const createApplication = (params) => getMetaApi(META_SERVICE.Http).post(`/app-center/api/apps/create`, params)
0 commit comments