1
YM
2024-07-26 e00361c6bcbb1a56f6dcda22b91bdfcb2736e263
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<template>
    <view>
        <headNav :idIndex="idIndex" :searchBg="false" text="家学传承" bg="/static/image/topBg1.png"
            bg1="/static/image/line1.png" />
    </view>
</template>
 
<script>
    export default {
        data() {
            return {
                idIndex: 0,
                activeIndex: 1
            }
        },
        methods: {
            
        }
    }
</script>
 
<style>
 
</style>