|
@@ -193,10 +193,10 @@ export default {
|
|
|
},
|
|
|
created () {
|
|
|
let that = this
|
|
|
- that.upLoadUrl = '/api/sys/appconfig/configArticle/uploadFile' + '/?width=300'
|
|
|
+ that.upLoadUrl = '/allsteel/api/sys/appconfig/configArticle/uploadFile' + '/?width=300'
|
|
|
that.editorOption = quillRedefine({
|
|
|
uploadConfig: {
|
|
|
- action: '/api/sys/appconfig/configArticle/uploadFile',
|
|
|
+ action: '/allsteel/api/sys/appconfig/configArticle/uploadFile',
|
|
|
token: token,
|
|
|
res: respnse => {
|
|
|
const path = respnse.data // 这里return你的图片地址即可
|