ソースを参照

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
         })