Commit 105d2840 authored by 李纪文's avatar 李纪文

feat: 云台控制增加手持设置

parent b8d59537
......@@ -3,8 +3,9 @@ import { request } from '@wisdom-utils/utils';
const REQUEST_METHOD_GET = 'get';
const REQUEST_METHOD_POST = 'post';
// eslint-disable-next-line no-undef
const navigatorAgent = /(iPhone|iOS|Android|Windows Phone)/i.test(navigator.userAgent);
const baseURI = typeof DUMI_TYPE !== 'undefined' && DUMI_TYPE === 'dumi' ? '/api' : '';
const CommonPath = '';
const CommonPath = navigatorAgent ? '/PandaCore/GateWay' : '';
// 录像回放
export function videoPlayback(params) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment