Skip to content

Commit a4c6c45

Browse files
committed
feat(resources): fix review bugs
1 parent 72f3f94 commit a4c6c45

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/plugins/resource/src/js

packages/plugins/resource/src/js/http.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ export const batchCreateResource = (params: any) =>
4343
// 资源管理 -- 删除资源
4444
export const deleteResource = (id: number) => getMetaApi(META_SERVICE.Http).get(`${baseUrl}/resource/delete/${id}`)
4545

46-
// 资源管理 -- 获取资源详情
47-
export const fetchResourceDetail = (id: number) => getMetaApi(META_SERVICE.Http).get(`${baseUrl}/resource/detail/${id}`)
48-
4946
// 资源管理 -- 根据appId查询资源分组列表
5047
export const fetchResourceGroupByAppId = () =>
5148
getMetaApi(META_SERVICE.Http).get(

0 commit comments

Comments
 (0)