Explorar el Código

9055

tags/v1.0.0
吴迪 hace 1 año
padre
commit
203d3686f1
Se han modificado 3 ficheros con 5 adiciones y 4 borrados
  1. +1
    -1
      .env.development
  2. +3
    -2
      src/views/task-manage/components/DrawComp.vue
  3. +1
    -1
      src/views/task-manage/components/UserModal.vue

+ 1
- 1
.env.development Ver fichero

@@ -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'

+ 3
- 2
src/views/task-manage/components/DrawComp.vue Ver fichero

@@ -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({

+ 1
- 1
src/views/task-manage/components/UserModal.vue Ver fichero

@@ -308,7 +308,7 @@ export default defineComponent({
margin-bottom: 10px;
}

:deep(.__date-picker-trigger-1jezgko) {
:deep(.n-form-item-blank) {
width: 100%;
}


Cargando…
Cancelar
Guardar