feat(knowledge): 完成知识库基本功能开发
This commit is contained in:
@@ -77,6 +77,7 @@ export const amisRender = (schema: Schema, data: Record<any, any> = {}) => {
|
||||
theme: theme,
|
||||
},
|
||||
{
|
||||
enableAMISDebug: true,
|
||||
fetcher: async (api: any) => {
|
||||
let {url, method, data, responseType, config, headers} = api
|
||||
config = config || {}
|
||||
|
||||
Reference in New Issue
Block a user