소스 검색

update PublishVideo

reghao 2 년 전
부모
커밋
9238da2f5e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/upload/PublishVideo.vue

+ 2 - 2
src/components/upload/PublishVideo.vue

@@ -182,7 +182,7 @@ export default {
       } else {
         this.$notify({
           title: '提示',
-          message: '获取视频上传服务器地址失败, 暂时无法上传视频',
+          message: '获取 OSS 服务器地址失败, 暂时无法上传文件',
           type: 'error',
           duration: 3000
         })
@@ -204,7 +204,7 @@ export default {
       } else {
         this.$notify({
           title: '提示',
-          message: '获取图片上传服务器地址失败, 暂时无法上传视频',
+          message: '获取 OSS 服务器地址失败, 暂时无法上传文件',
           type: 'error',
           duration: 3000
         })