dashboard
repositories
filestore
activity
search
login
main
/
zhny_web
智慧农业后台管理页面
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
优化农资入库表单规格值1规格值2显示,优化退回,详情按钮位置
guoshilong
2022-08-05
4f7d326b68c18ced8aeeb9bc538de7acdbcb8eb0
[zhny_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>