提交 400a6533 编写于 作者: zhangpingchuan's avatar zhangpingchuan

Update App.vue.ftl

上级 5a8a5bce
......@@ -7,7 +7,7 @@ TARGET=PSSYSAPP
<a-layout id="components-layout-demo-custom-trigger">
<a-layout-sider :trigger="null" collapsible>
<div class="logo" />
<a-menu theme="dark" mode="inline" :defaultSelectedKeys="['1']" @click="handleClick">
<a-menu theme="dark" mode="inline" :defaultSelectedKeys="['0']" @click="handleClick">
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
<a-menu-item key="${singleView_index}">
......@@ -44,14 +44,14 @@ export default {
components: {
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
${srfclassname('${singleView.name}')}<if singleView_has_next>,</if>
${srfclassname('${singleView.name}')}<#if singleView_has_next>,</#if>
</#list>
</#if>
},
data() {
return {
locale: zhCN,
curSelected:"1"
curSelected:"0"
};
},
methods:{
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册