天波用户运营管理后台系统

32 lines
466B

  1. <!--
  2. * @Date: 2022-08-08 10:14:16
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2022-08-08 10:14:33
  5. * @FilePath: \TelpoUserManageAdmin\src\views\system-manage\main\index.vue
  6. * @description: 系统管理
  7. -->
  8. <template>
  9. <div style="padding:30px;">
  10. <el-alert :closable="false" title="menu 1">
  11. <router-view />
  12. </el-alert>
  13. </div>
  14. </template>
  15. <script>
  16. export default {
  17. name:'',
  18. data(){
  19. return {
  20. }
  21. }
  22. }
  23. </script>
  24. <style scoped>
  25. </style>