4 changed files with 23 additions and 7 deletions
@ -0,0 +1,7 @@
|
||||
import request from '@/config/axios' |
||||
|
||||
// 推送maxkb知识库
|
||||
export const pushWeb = async (data:any) => { |
||||
return await request.post({ url: '/system/maxkb/pushWeb',data }) |
||||
} |
||||
|
Loading…
Reference in new issue