From 3ef852b93c3166b3eed443d25cd8785c093d594f Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期一, 21 六月 2021 20:29:26 +0800 Subject: [PATCH] 系统设置接口对接 --- src/api/system.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/system.ts b/src/api/system.ts index e131129..d5c56cb 100644 --- a/src/api/system.ts +++ b/src/api/system.ts @@ -31,7 +31,7 @@ export const saveDevInfo = (query: any) => { return request({ - url: "/data/api-v/sysset/saveDevInfo", + url: "/data/api-v/sysset/saveDeviceInfo", method: "post", data: qs.stringify(query) }); @@ -47,7 +47,7 @@ export const saveGB28181Config = (query: any) => { return request({ - url: "/data/api-v/sysset/gb28181ConfigEdit", + url: "/data/api-v/sysset/gb28181ConfEdit", method: "post", data: query }); -- Gitblit v1.8.0