From 27e9c1b8ae1289721e2385c1ef853ce66b459af5 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期二, 25 五月 2021 17:40:36 +0800
Subject: [PATCH] 更新国标配置

---
 src/api/panorama.ts |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/api/panorama.ts b/src/api/panorama.ts
index e8a897e..f5bb090 100644
--- a/src/api/panorama.ts
+++ b/src/api/panorama.ts
@@ -1,12 +1,18 @@
 import request from '@/scripts/httpRequest';
 import qs from 'qs'
-export const getPanoramaPic = ()=>request({
+export const getPanoramaPic = () => request({
     url: '/data/api-v/panorama/show',
     method: 'get'
 });
 
-export const putPanoramaPic = (data:any)=>request({
-    url:'/data/api-v/panorama/upload',
-    method:'post',
+export const putPanoramaPic = (data: any) => request({
+    url: '/data/api-v/panorama/upload',
+    method: 'post',
+    data
+})
+
+export const findTraceResult = (data: any) => request({
+    url: '/data/api-v/panorama/findTraceResult',
+    method: 'post',
     data
 })
\ No newline at end of file

--
Gitblit v1.8.0