From 6b0e94d6e89b6c258ed0b155771b3e2653e82cae Mon Sep 17 00:00:00 2001 From: v_yutyi Date: Fri, 10 Nov 2023 15:06:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AE=8C=E5=96=84=20http=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data-source/local-details/ConfigInfo.vue | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/src/pages/src/views/data-source/local-details/ConfigInfo.vue b/src/pages/src/views/data-source/local-details/ConfigInfo.vue index f04370569..a3f6a963c 100644 --- a/src/pages/src/views/data-source/local-details/ConfigInfo.vue +++ b/src/pages/src/views/data-source/local-details/ConfigInfo.vue @@ -18,10 +18,26 @@ 用户数据API路径: {{ serverConfig.user_api_path }} +
+ 查询参数: +
+ + {{item.key}}:{{item.value}} + +
+
  • 部门数据API路径: {{ serverConfig.department_api_path }}
  • +
    + 查询参数: +
    + + {{item.key}}:{{item.value}} + +
    +
  • @@ -163,4 +179,47 @@ const handleClickEdit = () => {