WholeProcessPlatform/frontend/src/views/nested/level1/level2/index.vue
2026-03-25 10:02:19 +08:00

8 lines
169 B
Vue

<template>
<div style="padding: 30px">
<el-alert :closable="false" title="菜单二级" type="success">
<router-view />
</el-alert>
</div>
</template>