From 57ca00b1cdb99c47ffb89e2d1f388bed082aabbb Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 05 五月 2022 13:43:07 +0800 Subject: [PATCH] save success msg --- src/api/search.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/search.ts b/src/api/search.ts index 9e685f9..94cdfef 100644 --- a/src/api/search.ts +++ b/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 }); -- Gitblit v1.8.0