quanyawei
2023-12-22 5a89d1419c65c49268d3094c6aa75fa29e474a62
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>