lyh
6 天以前 c60e141e9b43be2eb5122eaa7da13bc0cf3848cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<template>
  <el-row>
    <keep-alive>
    <router-view></router-view>
    </keep-alive>
    
  </el-row>
</template>
 
<script>
    export default {
        name: "system_manager_show"
    }
</script>
 
<style scoped>
 
</style>