ZZJ
2022-06-23 f7f0e44c4be8eb0e77fd310296c3b43bde21e4f9
src/api/taskMange.ts
@@ -112,7 +112,7 @@
// 根据类型查找字典
export const findByType = (query: any) => {
  return request({
    url: '/data/api-v/dictionary/findByType',
    url: '/saas/api-s/dictionary/findByType',
    method: "get",
    params: query
  })