From 34b5cb9940cb69d9588b092059bac4cc8baf9bfd Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期一, 19 九月 2022 11:01:44 +0800
Subject: [PATCH] 修复管理员权限的页面打开方式,添加title设置

---
 src/api/system.ts |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/api/system.ts b/src/api/system.ts
index e1cc118..5780091 100644
--- a/src/api/system.ts
+++ b/src/api/system.ts
@@ -68,10 +68,11 @@
   });
 };
 
-export const getGB28181Config = () => {
+export const getGB28181Config = (query: any) => {
   return request({
-    url: "/data/api-v/gb28181/configShow",
-    method: "get"
+    url: "/saas/api-s/gb28181/configShow",
+    method: "get",
+    params:query
   });
 };
 

--
Gitblit v1.8.0