Browse Source

详情不鉴权

dev
CODE 1 year ago
parent
commit
e362c2ef45
  1. 1
      api/config.js

1
api/config.js

@ -189,6 +189,7 @@ const product = {
{ p: '/project/group/statistic/online', o: 'GET' },
{ p: '/project/group/statistic/alarm', o: 'GET' },
{ p: '/project/group/list', o: 'GET' },
{ p: '/project/group/:groupId/detail', o: 'GET' },
], // 不做认证的路由,也可以使用 exclude: ["*"] 跳过所有路由
apMergeDeVeAnxinProjectId: AP_MERGE_DEVE_ANXINPROJECT_ID,
anxinCloud: {

Loading…
Cancel
Save