dashboard
repositories
filestore
activity
search
login
main
/
zhxy-java-web
智慧社区后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+
liuyg
2022-03-21
1ec8bc5c749c36e2c845ee55740472ca4125193d
[zhxy-java-web.git]
/
src
/
page
/
index
/
layout.vue
1
2
3
4
5
6
7
8
<template>
<div>
<keep-alive>
<router-view class="avue-view" v-if="$route.meta.keepAlive" />
</keep-alive>
<router-view class="avue-view" v-if="!$route.meta.keepAlive" />
</div>
</template>