whycwx
2021-11-24 cfa3db4bf06a5add0db6dd4a1abaa85077d4fd1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<template>
    <router-view :key="$route.fullPath"></router-view>
</template>
 
<script>
export default {
    data() {
        return {
 
        }
    },
}
</script>
 
<style scoped>
</style>