天波用户运营管理后台系统
您最多选择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>