|
|
@ -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 |
|
|
|