Parcourir la source

update PublishVideo

reghao il y a 2 ans
Parent
commit
9238da2f5e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
         })