Commit 830b922a authored by zhengke's avatar zhengke

修改

parent f79e9345
...@@ -158,8 +158,7 @@ ...@@ -158,8 +158,7 @@
config: { config: {
initialFrameWidth: null, initialFrameWidth: null,
initialFrameHeight: 500, initialFrameHeight: 500,
zIndex: 99, zIndex: 99
}, },
importFileUrl2: this.domainManager().UploadFileUrl2, importFileUrl2: this.domainManager().UploadFileUrl2,
getImgChoice: false, getImgChoice: false,
...@@ -186,7 +185,7 @@ ...@@ -186,7 +185,7 @@
if (this.$route.query && this.$route.query.type) { if (this.$route.query && this.$route.query.type) {
this.addMsg.Type = this.$route.query.type; this.addMsg.Type = this.$route.query.type;
if(this.addMsg.Type == 2 || this.addMsg.Type == 3){ if(this.addMsg.Type == 2 || this.addMsg.Type == 3){
this.config.toolbars = [ 'undo', 'redo','link', 'unlink', 'emotion'] this.config.toolbars = [['undo', 'redo','link', 'unlink', 'emotion']]
this.$forceUpdate() this.$forceUpdate()
} }
this.ishowloading = true this.ishowloading = true
......
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