123456789101112131415161718192021222324 |
- import http from "@/api/http.js";
- export const eventInterface = {
- /**
- * 获取分类
- * @param {*} params
- * @returns
- */
- getClassify: params => {
- return http.get("/report_approve/flow/list",params)
- }
- }
- export const policyInterface = {
- }
- export const pointInterface = {
- }
- export const knowInterface = {
- }
|