提交 4e0f479e 编写于 作者: RedPig97's avatar RedPig97

update:登录页路由

上级 d684526d
...@@ -114,7 +114,7 @@ Vue.use(Router); ...@@ -114,7 +114,7 @@ Vue.use(Router);
<#macro getRouteInfo app> <#macro getRouteInfo app>
<#list app.getAllPSAppViews() as subView> <#list app.getAllPSAppViews() as subView>
<#if subView.getRefFlag() && subView.getViewType() != "APPINDEXVIEW" || subView.getViewType() != "APPLOGINVIEW"> <#if subView.getRefFlag() && subView.getViewType() != "APPINDEXVIEW" && subView.getViewType() != "APPLOGINVIEW">
<#if !subView.isRedirectView()> <#if !subView.isRedirectView()>
<#if subView.isPSDEView()> <#if subView.isPSDEView()>
<#assign appDataEntity = subView.getPSAppDataEntity()/> <#assign appDataEntity = subView.getPSAppDataEntity()/>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册