From 5d5bc2f4750ca82af6b1e313604b1e85943acb81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=BF=83=E5=AE=87?= Date: Wed, 14 Jun 2023 16:10:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=93=E5=8C=BA=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Information/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/forge/Information/api.js b/src/forge/Information/api.js index 69a290fc8..e11159e88 100644 --- a/src/forge/Information/api.js +++ b/src/forge/Information/api.js @@ -4,7 +4,7 @@ import fetch from './fetch'; /**入口页接口***/ export function getMainInfos(deptId, params) { return fetch({ - url: `/zone/open/zoneName/${deptId}`, + url: `/zone/open/zoneKey/${deptId}`, method: 'get', params });