zhaojs
2023-04-25 f38ca22088b7a0de7e7db316c564b4bf7526f105
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
    "pages": [ //pages数组中第一项表示应用启动页
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "首页"
            }
        },
        {
            "path": "pages/classify/index",
            "style": {
                "navigationBarTitleText": "分类"
            }
        },
        {
            "path": "pages/mine/index",
            "style": {
                "navigationBarTitleText": "我的"
            }
        },
        {
            "path": "pages/index/ability/index",
            "style": {
                "navigationBarTitleText": "首页"
            }
        },
        {
            "path": "pages/index/search/index",
            "style": {
                "navigationBarTitleText": "搜索"
            }
        },
        {
            "path": "pages/index/ability/coupon",
            "style": {
                "navigationBarTitleText": "首页"
            }
        },
        {
            "path": "pages/goodDetail/index",
            "style": {
                "navigationBarTitleText": "商品详情"
                // "app-plus": {
                //     "titleNView": false
                // }
            }
            
        },
        {
            "path": "pages/rankingList/index",
            "style": {
                "navigationBarTitleText": "排行榜"
            }
        },
        {
            "path": "pages/madBuy/index",
            "style": {
                "navigationBarTitleText": "限时秒杀"
            }
        },
        {
            "path": "pages/webShow/index",
            "style": {
                "navigationBarTitleText": "领券购买"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {},
    "tabBar": {
        "color": "#7A7E83",
        "selectedColor": "#007AFF",
        "borderStyle": "black",
        "backgroundColor": "#F8F8F8",
        // "iconfontSrc": "static/icon/iconfont.ttf",
        // "fontSize": "24px",
        // "spacing": "6px",
        // "height": "100px",
        "list": [{
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "static/shouye.png",
                "selectedIconPath": "static/shouyeHL.png"
            },
            // {
            //     "pagePath": "pages/recommend/index",
            //     "iconPath": "static/recommend.png",
            //     "selectedIconPath": "static/recomendHL.png",
            //     "text": "小编推荐"
            // }, {
            //     "pagePath": "pages/perferential/index",
            //     "iconPath": "static/youhuiquan.png",
            //     "selectedIconPath": "static/youhuiquanHL.png",
            //     "text": "优惠线报"
            // }, 
            {
                "pagePath": "pages/classify/index",
                "iconPath": "static/classify.png",
                "selectedIconPath": "static/classifyHL.png",
                "text": "分类"
            }, {
                "pagePath": "pages/rankingList/index",
                "iconPath": "static/homeimg/ph.png",
                "selectedIconPath": "static/homeimg/phHL.png",
                "text": "排行"
            }, {
                "pagePath": "pages/mine/index",
                "iconPath": "static/mine.png",
                "selectedIconPath": "static/mineHL.png",
                "text": "商城"
            }
        ]
    }
}