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