Commit 2d7e13b9 authored by 高宇's avatar 高宇

2024/01/24 需求变更

parent 30971675
This diff is collapsed.
This diff is collapsed.
<template>
<router-view />
</template>
<script>
export default {
name: 'Secondary'
}
</script>
<style scoped>
</style>
<template>
<div>
测试页面
</div>
</template>
<script>
export default {
name: 'SecondaryThrow'
}
</script>
<style scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment