MrShi
4 天以前 acf90ad8e6bea592124541324467360cef565ff5
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
{
    "easycom": {
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "选择点将老师",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/details/details",
            "style": {
                "navigationBarTitleText": "点将老师详情",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/ranking-list/ranking-list",
            "style": {
                "navigationBarTitleText": "排行榜",
                "navigationStyle": "custom"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "点将",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "uniIdRouter": {}
}