[add] 文档拆分模块

This commit is contained in:
lideqin
2023-08-15 18:20:08 +08:00
parent ff0570abd2
commit 74ac8c07d0
11 changed files with 929 additions and 132 deletions
+5 -1
View File
@@ -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
}