From eaef9c6fc475141ed0d47777feb1bcae57bd1342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Mon, 30 Jun 2025 11:48:06 +0800 Subject: [PATCH] =?UTF-8?q?tplink=E8=8E=B7=E5=8F=96=E6=8A=A4=E7=90=86?= =?UTF-8?q?=E5=8D=95=E5=85=83=E4=BF=A1=E6=81=AF=E8=B7=AF=E5=BE=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/common/api.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +};