修复富文本bug,调整日志输出,修复已知bug (#1563)
* operation.go: fix 调用respPool.Put归还对象前清空对象会造成下次调用无法正常copy redis.go: fix NewDefaultRedisStore方法实例化的对象直接使用会造成空指针异常 * 设置为发布模式时gin不再输出路由信息log * 调整基础配置文件 * 修复富文本不回显的bug --------- Co-authored-by: liuyahui <liuyahui@wjacloud.com> Co-authored-by: Alan <alan.cd@qq.com> Co-authored-by: wuqianang <wuqianang@163.com> Co-authored-by: task <ms.yangdan@gmail.com>
This commit is contained in:
@@ -79,6 +79,7 @@ onBeforeUnmount(() => {
|
||||
|
||||
const handleCreated = (editor) => {
|
||||
editorRef.value = editor
|
||||
valueHtml.value = props.modelValue
|
||||
}
|
||||
|
||||
watch(() => props.modelValue, () => {
|
||||
|
@@ -49,6 +49,7 @@ onBeforeUnmount(() => {
|
||||
|
||||
const handleCreated = (editor) => {
|
||||
editorRef.value = editor
|
||||
valueHtml.value = props.modelValue
|
||||
}
|
||||
|
||||
watch(() => props.modelValue, () => {
|
||||
|
Reference in New Issue
Block a user