[更新]新增动态tabBar

This commit is contained in:
唐明明
2020-12-28 15:27:42 +08:00
parent 092f0bad14
commit 5f2a66b04f
15 changed files with 160 additions and 1 deletions

View File

@@ -6,8 +6,10 @@ import {req} from "../request"
const richText = (key) => req({url: "single/" + key, data: {key: "string"}}) //富文本
const getStatus = (key) => req({url: "ajax/status/" + key}) //状态查询
const storeConfig = (data) => req({url: "wechat/mini/myComponents", data: data}) //企业工具模块配置
export default({
richText,
getStatus
getStatus,
storeConfig
})