修改专区标识接口
This commit is contained in:
parent
8891f36d2d
commit
5d5bc2f475
|
|
@ -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
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue