uniapp上传视频uploadVideo() { uni.chooseVideo({ sourceType: ['album', 'camera'], // 可以指定来源是相册还是相机,默认二者都有 maxDuration: 60, // 拍摄视频最长拍摄时间,单位秒 camera: 'back', // 默认为后置摄像头 success: (res) => { this.videoPath = res.tempFilePath; console.log('选择的视频路径:', this.videoPath); this.