heyujie
2022-04-22 53cb8137e4232f50c5334176419298f99d41a2bf
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"
  });
};