'f'
user1
2024-04-18 b888a222106e0b23c8aa3ae0023269aa5e970c0b
'f'
3个文件已修改
1个文件已添加
21939 ■■■■■ 已修改文件
package-lock.json 21901 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages.json 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/shiyiHome/shiyiHome.vue 24 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package-lock.json
Diff too large
src/pages.json
@@ -144,6 +144,15 @@
                "enablePullDownRefresh" : false,
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/shiyiHome/shiyiHome",
            "style" :
            {
                "navigationBarTitleText" : "",
                "enablePullDownRefresh" : false,
                "navigationStyle": "custom"
            }
        }
    ],
    "globalStyle": {
src/pages/index/index.vue
@@ -187,8 +187,11 @@
                    })
                } else if (item.id == 2) {
                    console.log(item.name);
                    // uni.navigateTo({
                    //     url: '/pages/zhongyi/zhongyi?id=' + item.id
                    // })
                    uni.navigateTo({
                        url: '/pages/zhongyi/zhongyi?id=' + item.id
                        url: '/pages/shiyiHome/shiyiHome'
                    })
                } else if (item.id == 3) {
                    uni.navigateTo({
src/pages/shiyiHome/shiyiHome.vue
New file
@@ -0,0 +1,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>