MrShi
昨天 108019e27e8958dbf474b8b9bea3fb5fbf7198d9
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
{
    "easycom": {
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "首页",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/mine/mine",
            "style": {
                "navigationBarTitleText": "我的",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/itinerary/itinerary",
            "style": {
                "navigationBarTitleText": ""
            }
        },
        {
            "path": "pages/message/message",
            "style": {
                "navigationBarTitleText": "消息"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "",
        "navigationBarBackgroundColor": "#fff",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#999999",
        "selectedColor": "#222222",
        "borderStyle": "black",
        "backgroundColor": "#fff",
        "list": [
            {
                "pagePath": "pages/index/index",
                "iconPath": "static/icon/nav_home@2x.png",
                "selectedIconPath": "static/icon/nav_home_sel@2x.png",
                "text": "首页"
            },
            {
                "pagePath": "pages/itinerary/itinerary",
                "iconPath": "static/icon/nav_xingcheng@2x.png",
                "selectedIconPath": "static/icon/nav_xingcheng_sel@2x.png",
                "text": "行程"
            },
            {
                "pagePath": "pages/message/message",
                "iconPath": "static/icon/nav_xiaoxi@2x.png",
                "selectedIconPath": "static/icon/nav_xiaoxi_sel@2x.png",
                "text": "消息"
            },
            {
                "pagePath": "pages/mine/mine",
                "iconPath": "static/icon/nav_mine@2x.png",
                "selectedIconPath": "static/icon/nav_mine_sel@2x.png",
                "text": "我的"
            }
        ]
    }
}