knowledge.js 332 B

123456789101112131415161718192021222324
  1. import http from "@/api/http.js";
  2. export const eventInterface = {
  3. /**
  4. * 获取分类
  5. * @param {*} params
  6. * @returns
  7. */
  8. getClassify: params => {
  9. return http.get("/report_approve/flow/list",params)
  10. }
  11. }
  12. export const policyInterface = {
  13. }
  14. export const pointInterface = {
  15. }
  16. export const knowInterface = {
  17. }