天波用户运营管理后台系统
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

8 行
165B

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