quanyawei
2024-06-13 f3a8b27eb23c940dcd67bd459b76b0457fcb8b46
1
2
3
4
5
6
7
<template>
  <div style="padding:30px;">
    <el-alert :closable="false" title="menu 1-2" type="success">
      <router-view />
    </el-alert>
  </div>
</template>