quanyawei
2023-09-28 4a25bd9ba57cf9b9985d93e85fab1e065a0911bc
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>