index.vue 329 B

12345678910111213141516171819202122
  1. <template>
  2. <div>
  3. <head-bar></head-bar>
  4. <LTInfo style="margin-top: 20px;margin-bottom: 20px"></LTInfo>
  5. <foot-bar></foot-bar>
  6. </div>
  7. </template>
  8. <script>
  9. export default {
  10. name: "index",
  11. head(){
  12. return{
  13. title:"中关村公共资源论坛|关于机构"
  14. }
  15. },
  16. }
  17. </script>
  18. <style scoped>
  19. </style>