浏览代码

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