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>
|
|