1234567891011121314151617 |
- <template>
- <div></div>
- </template>
- <script>
- export default {
- name: "statisTop",
- components: {},
- methods: {
- // Site_details(){
- // this.$router.push({ path: '/Site_details'});//, query: { title: title }
- // }
- },
- };
- </script>
- <style>
- </style>
|