ZZJ
2022-09-27 f2ef9272ed076bdca33d21b39bcc671e576553b3
src/api/dictionary.ts
@@ -29,7 +29,7 @@
export const findDictionaryByType = () => {
  return request({
    url: "/data/api-v/dictionary/findByType",
    url: "/saas/api-s/dictionary/findByType",
    method: "get"
  });
};