dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_qiandao
智慧保安打卡签到系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
+
liuyg
2021-11-22
0ebbd4a9d22dce39369a6ef9973e751ccfdbdda7
[zhba/zhba_qiandao.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>