123456789101112131415161718192021222324 |
- <template>
- <div>
- <head-bar></head-bar>
- <word-type></word-type>
- <foot-bar></foot-bar>
- </div>
- </template>
- <script>
- export default {
- name: "index",
- head(){
- return{
- title:"中关村公共资源论坛|动态新闻"
- }
- },
- }
- </script>
- <style scoped>
- </style>
|