bug
zhanghua
2024-01-03 02129858b17c1934b30d29b87805844479a32c6c
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
    <router-view></router-view>
</template>
<script>
    export default {
        data(){
            return{
 
            }
        }
    }
</script>
<style lang="scss" scoped></style>