12345678910111213141516171819202122 |
- <template>
- <div>
- <head-bar></head-bar>
- <LTInfo style="margin-top: 20px;margin-bottom: 20px"></LTInfo>
- <foot-bar></foot-bar>
- </div>
- </template>
- <script>
- export default {
- name: "index",
- head(){
- return{
- title:"中关村公共资源论坛|关于机构"
- }
- },
- }
- </script>
- <style scoped>
- </style>
|