1234567891011121314151617181920212223 |
- <template>
- <view>
- <headerTo act_index="3"/>
- </view>
-
- </template>
- <script>
- import headerTo from "../components/header";
- export default {
- components: {
- headerTo,
- },
- data() {
- return {
-
- }
- },
- }
- </script>
- <style>
- </style>
|