From bf46fd570ebb1c2699927333b5465d289af2b2ff Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 1 Nov 2022 17:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=B8=8D=E9=89=B4=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/config.js b/api/config.js index 5135fcc..507837c 100644 --- a/api/config.js +++ b/api/config.js @@ -152,7 +152,8 @@ const product = { { p: '/attachments/:p', o: 'POST' }, { p: '/alarm/application/inspection', o: 'POST' }, { p: '/project/app_list', o: 'GET' }, - { p: '/alarm/application/api', o: 'POST' } + { p: '/alarm/application/api', o: 'POST' }, + { p: '/alarm/video/added_log', o: 'POST' } ], // 不做认证的路由,也可以使用 exclude: ["*"] 跳过所有路由 anxinCloud: { confirmAlarmAnxinUserId: CONFIRM_ALARM_ANXIN_USER_ID