index.vue 572 B

12345678910111213141516171819
  1. <template>
  2. <div style="width: 86%;">
  3. <div style="font-size:32px; font-weight: bold; color:rgb(2, 188, 254); margin-top: 10%;text-align: center;">
  4. <img src="./img/logo_MJJC.jpg" width="22%">
  5. </br>
  6. <i style="font-size:28px;" :class="'ibps-icon-'+$route.query.icon"></i>
  7. {{$route.query.name}}
  8. </br>
  9. <!-- <span style="color: red; font-size: 16px;">选择左侧菜单功能项</span> -->
  10. </div>
  11. </div>
  12. </template>
  13. <script>
  14. </script>
  15. <style>
  16. </style>