提交 b1ad8ff9 编写于 作者: tony001's avatar tony001

修复视图消息

上级 e1fd3dfc
......@@ -35,7 +35,7 @@ export interface ViewMessage {
* @type {string}
* @memberof ViewMessage
*/
tilte:string;
title:string;
/**
* 视图消息内容
......
......@@ -58,7 +58,7 @@ export default class ViewMessageService {
* @type {string}
* @memberof ViewMessageService
*/
public tilte:string ="";
public title:string ="";
/**
* 视图消息内容
......@@ -183,7 +183,7 @@ export default class ViewMessageService {
id:this.id,
name:this.name,
codename:this.codename,
tilte:this.tilte,
title:this.title,
content:this.content,
closeMode:this.closeMode,
position:this.position,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册