diff --git a/src/components/wechat/WxEditor.vue b/src/components/wechat/WxEditor.vue index b560c28..d67db39 100644 --- a/src/components/wechat/WxEditor.vue +++ b/src/components/wechat/WxEditor.vue @@ -89,14 +89,14 @@ container: toolbarOptions, // container: "#toolbar", handlers: { - image: function(value) { - if (value) { - // 触发input框选择图片文件 - document.querySelector(".avatar-uploader input").click(); - } else { - this.quill.format("image", false); - } - }, + // image: function(value) { + // if (value) { + // // 触发input框选择图片文件 + // document.querySelector(".avatar-uploader input").click(); + // } else { + // this.quill.format("image", false); + // } + // }, link: function(value) { if (value) { var href = prompt('注意!只支持公众号图文链接'); diff --git a/vue.config.js b/vue.config.js index 7a47102..71589bb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,7 +8,7 @@ // const url = 'http://192.168.31.134:9999' //嘉豪 // const url = 'http://192.168.31.100:9999' //王笑 const url = 'http://62.234.122.43:9999' //正式 -// const url = 'http://192.168.31.88:9999' //正式 +// const url = 'http://192.168.31.89:9999' //sh // const url = 'https://zanyong.hfju.com' // 正式域名 const CompressionWebpackPlugin = require('compression-webpack-plugin') const productionGzipExtensions = ['js', 'css']