Commit 9f279881 authored by xieyishang's avatar xieyishang

11~

parent a641b4a5
......@@ -76,7 +76,7 @@
const E = window.wangEditor
const editor = new E('#div1')
editor.config.uploadImgServer = '../ajax/upload'
editor.config.uploadImgServer = '../../../ajax/upload'
editor.config.uploadImgMaxLength = 1;//一次最多多少张
editor.config.uploadFileName = 'file';
editor.config.uploadImgHooks = {
......
......@@ -76,7 +76,7 @@
const E = window.wangEditor
const editor = new E('#div1')
editor.config.uploadImgServer = '../ajax/upload'
editor.config.uploadImgServer = '../../../ajax/upload'
editor.config.uploadImgMaxLength = 1;//一次最多多少张
editor.config.uploadFileName = 'file';
editor.config.uploadImgHooks = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment