This commit is contained in:
sentsin
2016-10-15 10:37:24 +08:00
parent 9aca6f02f4
commit eefa3a5ae3
30 changed files with 91 additions and 86 deletions

View File

@@ -27,7 +27,10 @@ layui.use('layedit', function(){
layedit.build('demo', {
//hideTool: ['image']
//,uploadImages: {}
uploadImage: {
url: '/upload/test/'
,type: 'post'
}
//,tool: []
//,height: 100
});