@@ -65,7 +65,7 @@ export default {
type: Object,
default: function () {
return {
- savePathType: 'ali' // 存储类型 local 服务器本地,ali 阿里云
+ savePathType: 'web' // 存储类型 local 服务器本地,ali 阿里云, web
}
@@ -93,7 +93,7 @@
this.editor.customConfig.uploadImgServer = process.env.VUE_APP_API_BASE_URL + '/upload'
this.editor.customConfig.uploadFileName = 'file'
this.editor.customConfig.uploadImgParams = {
- savePathType: 'ali'
+ savePathType: 'web'
this.editor.customConfig.uploadImgHooks = {
before: function (xhr, editor, files) {