flat: 123

This commit is contained in:
Apcallover
2024-03-12 14:33:29 +08:00
parent af55d667b4
commit d1fdace632
5 changed files with 27 additions and 9 deletions

View File

@@ -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) => {

View File

@@ -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

View File

@@ -128,7 +128,11 @@ export default {
return data;
},
},
watch: {},
watch: {
value(old, ew) {
console.log(old, ew)
}
},
methods: {
/*技能*/
editSkill(tag) {