fix
zhoucong
2022-04-22 8bcd5a40139d815600f4cc876b6240827c0ef027
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
    <router-view></router-view>
</template>
 
<script>
    export default {
        name: "index"
    }
</script>
 
<style scoped>
 
</style>