ZZJ
2022-04-20 b4495445fbfc616a2126587ce9eec205fc1cbe19
src/api/search.ts
@@ -39,7 +39,7 @@
// 字典查询(布防等级)
export const getAlarmLevel = (query: any) => {
  return request({
    url: "/data/api-v/dictionary/findByType",
    url: "/saas/api-s/dictionary/findByType",
    method: "get",
    data: query
  });