From 27e9c1b8ae1289721e2385c1ef853ce66b459af5 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期二, 25 五月 2021 17:40:36 +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