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

首页导航模式

上级 39ac9bad
...@@ -149,6 +149,14 @@ import { Environment } from '@/environments/environment'; ...@@ -149,6 +149,14 @@ import { Environment } from '@/environments/environment';
return null; return null;
} }
/**
* 导航模式(route:面包屑模式、tab:分页导航模式)
*
* @type {string}
* @memberof ${srfclassname('${ctrl.codeName}')}
*/
@Prop({default:'tab'}) public navModel?:string;
/** /**
* 菜单模型 * 菜单模型
* *
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
:showBusyIndicator="${ctrl.isShowBusyIndicator()?c}" :showBusyIndicator="${ctrl.isShowBusyIndicator()?c}"
<#if view.getViewType() == 'APPINDEXVIEW'> <#if view.getViewType() == 'APPINDEXVIEW'>
v-model="collapseChange" v-model="collapseChange"
:mode="mode" :mode="mode"
navModel="route"
:selectTheme="selectTheme" :selectTheme="selectTheme"
:isDefaultPage="isDefaultPage" :isDefaultPage="isDefaultPage"
:defPSAppView="defPSAppView" :defPSAppView="defPSAppView"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册