@@ -5,7 +5,7 @@ VITE_PUBLIC_PATH = '/' | |||
VITE_APP_USE_MOCK = false | |||
# proxy | |||
VITE_PROXY = [["/api","http://192.168.11.11:7011/api"]] | |||
VITE_PROXY = [["/api","http://192.168.11.11:9055/api"]] | |||
# base api | |||
VITE_APP_GLOB_BASE_API = '/api' |
@@ -105,8 +105,7 @@ | |||
<div v-if="current === 5" class="cont"> | |||
<div class="title">飞行文件</div> | |||
<UploadVod :text="'上传视频文件'" @upload-status="vodStatus" /> | |||
<!-- <UploadVod :text="'上传st文件'" @upload-status="vodStatus" /> --> | |||
<UploadVod @upload-status="vodStatus" /> | |||
</div> | |||
@@ -213,6 +212,8 @@ const vodStatus = ({ status, list }) => { | |||
videoUrl.push(list[key].url) | |||
} | |||
const videoList = videoUrl.join(',') | |||
console.log('videoList', videoList) | |||
return | |||
if (status === 'success') { | |||
// 视频上传 | |||
uploadFlightUrl({ |
@@ -308,7 +308,7 @@ export default defineComponent({ | |||
margin-bottom: 10px; | |||
} | |||
:deep(.__date-picker-trigger-1jezgko) { | |||
:deep(.n-form-item-blank) { | |||
width: 100%; | |||
} | |||