<script setup> import Layout from '@/layouts/index.vue' </script> <template> <router-view></router-view> </template> <style lang="less" scoped> // 保持原有样式 </style>