修改专区标识接口

This commit is contained in:
黄心宇 2023-06-14 16:10:34 +08:00
parent 8891f36d2d
commit 5d5bc2f475
1 changed files with 1 additions and 1 deletions

View File

@ -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
});