[add] 文档拆分模块
This commit is contained in:
+5
-1
@@ -100,6 +100,9 @@ export const transitRESTful = {
|
||||
// 标签管理- 展示区域查询接口
|
||||
const getShowAreaData = (params) => getAction('/tag/onlCgformArea/queryShowArea', params)
|
||||
|
||||
// 通过文件的id获取文件的相应信息
|
||||
const getFileInfo = (params) => getAction('/sys/oss/file/queryById', params)
|
||||
|
||||
export {
|
||||
addRole,
|
||||
editRole,
|
||||
@@ -156,5 +159,6 @@ export {
|
||||
getUserNoticeInfo,
|
||||
getDictItemsFromCache,
|
||||
|
||||
getShowAreaData
|
||||
getShowAreaData,
|
||||
getFileInfo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user