1234567891011121314151617181920212223242526 |
- <template>
- <div>
- <head-bar></head-bar>
- <LTProgress></LTProgress>
- <foot-bar></foot-bar>
- </div>
- </template>
- <script>
- export default {
- name: "index",
- head(){
- return{
- title:"中关村公共资源论坛|加入我们"
- }
- },
- }
- </script>
- <style scoped>
- html,body{
- padding: 0;
- margin: 0;
- }
- </style>
|