提交 a88a07fb 编写于 作者: RedPing97's avatar RedPing97

优化实体html视图

上级 c3fc02be
...@@ -19,16 +19,14 @@ ...@@ -19,16 +19,14 @@
* @type string * @type string
* @memberof ${srfclassname('${view.name}')}Base * @memberof ${srfclassname('${view.name}')}Base
*/ */
public iframeUrl: string = '${view.getHtmlUrl()}'; public iframeUrl: string = '';
/** /**
* 嵌入视图路径 * 解析嵌入视图路径
* *
* @public * @public
* @type string * @memberof ${srfclassname('${view.name}')}Base
* @memberof HomeHtmlViewBase
*/ */
public iframeUrl: string = '';
public parseIframeSrc(context: any,viewparams: any){ public parseIframeSrc(context: any,viewparams: any){
this.iframeUrl = `${view.getHtmlUrl()}`; this.iframeUrl = `${view.getHtmlUrl()}`;
if(this.iframeUrl.includes("undefine")) { if(this.iframeUrl.includes("undefine")) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册