Browse Source

直播上传视频按钮关闭

yuhongqi 1 day ago
parent
commit
1bd17f3d70
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/VideoUpload/index.vue

+ 2 - 2
src/components/VideoUpload/index.vue

@@ -14,8 +14,8 @@
           :auto-upload="false"
           :key="uploadKey"
         >
-          <el-button slot="trigger" size="small" type="primary" >选取视频</el-button>
-          <el-button style="margin-left: 10px;" size="small" type="success" @click="submitUpload">点击上传</el-button>
+<!--          <el-button slot="trigger" size="small" type="primary" >选取视频</el-button>-->
+<!--          <el-button style="margin-left: 10px;" size="small" type="success" @click="submitUpload">点击上传</el-button>-->
           <!-- 仅当showControl为true时显示视频库选取按钮 -->
           <el-button v-if="showControl" style="margin-left: 10px;" size="small" type="success" @click="openVideoLibrary">视频库选取</el-button>
           <!-- 线路一 -->