src/api/baseLibrary.ts
@@ -37,7 +37,7 @@ export const addBase = (query: any) => { return request({ url: "/data/api-v/dbtable/addDbTableInfo", method: "put", method: "post", data: query }) } @@ -211,7 +211,7 @@ export const addBaseCar = (query: any) => { return request({ url: "/data/api-v/dbperson/addDbPerson", method: "put", method: "post", data: query }) } @@ -262,6 +262,6 @@ export const dicByType = () => { return request({ url: "/data/api-v/dbperson/dicByType", method: "get", method: "get" }) }