tplink获取护理单元信息路径修改

This commit is contained in:
曹磊 2025-06-30 11:48:06 +08:00
parent b55c7de2d6
commit eaef9c6fc4
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ enum Api {
getDictItems = '/sys/dict/getDictItems/',
getTableList = '/sys/user/queryUserComponentData',
getCategoryData = '/sys/category/loadAllData',
getNuList = '/iot/cameraInfo/nuList', //后期调整
getNuList = '/iot/tplink/cameraInfo/nuList', //后期调整
getOrgInfo = '/api/common/getOrgInfo',//根据机构编码获取机构信息
}
@ -172,4 +172,4 @@ export const uploadMyFile = (url, data) => {
*/
export const getOrgInfo = (params) => {
return defHttp.get({ url: Api.getOrgInfo, params });
};
};