From 681c802826e3ce47f428358cf6b4838712f54de1 Mon Sep 17 00:00:00 2001 From: hanbaoshan <hanbaoshan@aiotlink.com> Date: 星期五, 05 三月 2021 15:52:00 +0800 Subject: [PATCH] 全景追踪关联摄像机轮播组件标题部分样式更新;检索查询详情卡片摄像机名称限制展示宽度;事件推送人员等级选项调试 --- src/api/app.ts | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/api/app.ts b/src/api/app.ts index 750a2ae..2d31069 100644 --- a/src/api/app.ts +++ b/src/api/app.ts @@ -31,11 +31,17 @@ method: 'get' }); +export const getAppDetail = (query:any) => request({ + url: '/data/api-v/app/detail', + method: 'get', + params: query +}); + //瀹夎搴旂敤 -export const installApp = (data:any) => request({ - url: '/data/api-v/app/install', - method: 'post', - data +export const installApp = (query:any) => request({ + url: '/data/api-v/sdk/sdkDownload', + method: 'get', + params: query }); //鍗歌浇搴旂敤 export const removeApp = (data:any)=> request({ -- Gitblit v1.8.0