diff --git a/src/api/common/api.ts b/src/api/common/api.ts index 008a9e3..9f1e975 100644 --- a/src/api/common/api.ts +++ b/src/api/common/api.ts @@ -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 }); -}; \ No newline at end of file +};