|
@@ -93,7 +93,7 @@
|
|
this.editor.customConfig.uploadImgServer = process.env.VUE_APP_API_BASE_URL + '/upload'
|
|
this.editor.customConfig.uploadImgServer = process.env.VUE_APP_API_BASE_URL + '/upload'
|
|
this.editor.customConfig.uploadFileName = 'file'
|
|
this.editor.customConfig.uploadFileName = 'file'
|
|
this.editor.customConfig.uploadImgParams = {
|
|
this.editor.customConfig.uploadImgParams = {
|
|
- savePathType: 'ali'
|
|
|
|
|
|
+ savePathType: 'web'
|
|
}
|
|
}
|
|
this.editor.customConfig.uploadImgHooks = {
|
|
this.editor.customConfig.uploadImgHooks = {
|
|
before: function (xhr, editor, files) {
|
|
before: function (xhr, editor, files) {
|