tplink获取护理单元信息路径修改
This commit is contained in:
parent
b55c7de2d6
commit
eaef9c6fc4
|
@ -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 });
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue