文章读取显示

This commit is contained in:
WangHao
2020-10-18 00:43:29 +08:00
parent bbcf39bfc6
commit 368bfc5c85
5 changed files with 107 additions and 93 deletions

View File

@ -56,12 +56,12 @@
this.showView(this.property);
},
updated(){
this.showView(this.property);
// this.showView(this.property);
},
created() {
var that=this;
//便签ID
that.Ueditor = that.$route.query.Ueditor;
// var that=this;
// //便签ID
// that.Ueditor = that.$route.query.Ueditor;
},
filters: {
@ -121,7 +121,7 @@
}
.bookmark:hover {
background-color: #D4D4D4;
background-color: #E8E8E8;
}

View File

@ -72,7 +72,7 @@
language: 'zh_CN',
skin_url: '/tinymce/skins/ui/oxide',
// skin_url: 'tinymce/skins/ui/oxide-dark',//暗色系
height: 300,
height: 600,
menubar: 'file edit insert view format table',//菜单 //
// 配置每个菜单栏的子菜单项(如下是默认配置)
menu: {