flat: 123
This commit is contained in:
@@ -62,7 +62,8 @@ export default {
|
||||
images_upload_handler: function (blobInfo, succFun) {
|
||||
var file = blobInfo.file ? blobInfo.file : blobInfo.blob()
|
||||
putFileFun(file).then(e => {
|
||||
succFun(e.data.data.link)
|
||||
// console.log(e.data.msg)
|
||||
succFun(e.data.msg)
|
||||
})
|
||||
},
|
||||
setup:(ed) => {
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
|
||||
const toolbar = 'code undo redo restoredraft | cut copy paste pastetext | forecolor backcolor bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify outdent indent | \
|
||||
styleselect formatselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \
|
||||
table image media charmap emoticons hr pagebreak insertdatetime print preview | fullscreen | indent2em axupimgs'
|
||||
table image media charmap emoticons hr pagebreak insertdatetime print preview | fullscreen | indent2em'
|
||||
|
||||
// const toolbar = 'code undo redo restoredraft | cut copy paste pastetext | forecolor backcolor bold italic underline strikethrough link anchor | alignleft aligncenter alignright alignjustify outdent indent | \
|
||||
// styleselect formatselect fontselect fontsizeselect | bullist numlist | blockquote subscript superscript removeformat | \
|
||||
// table image media charmap emoticons hr pagebreak insertdatetime print preview | fullscreen | indent2em axupimgs'
|
||||
|
||||
export default toolbar
|
||||
|
||||
@@ -128,7 +128,11 @@ export default {
|
||||
return data;
|
||||
},
|
||||
},
|
||||
watch: {},
|
||||
watch: {
|
||||
value(old, ew) {
|
||||
console.log(old, ew)
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
/*技能*/
|
||||
editSkill(tag) {
|
||||
|
||||
Reference in New Issue
Block a user