wanshenmean
2025-04-10 62b606314f8530c4e42d98ad7ef9c6e9eceb00d8
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
{
    "easycom": {
        "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登录"
            }
        }, {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "首页"
            }
        }, {
            "path": "pages/home/home",
            "style": {
                "navigationBarTitleText": "",
                "navigationBarBackgroundColor": "#E7F0FF"
            }
        }, {
            "path": "pages/UpdatePassWord/UpdatePassWord",
            "style": {
                "navigationBarTitleText": "修改密码",
                "enablePullDownRefresh": false
            }
        }, {
            "path": "pages/叫料/正极叫料",
            "style": {
                "navigationBarTitleText": "正极叫料",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/叫料/负极叫料",
            "style": {
                "navigationBarTitleText": "负极叫料",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path" : "pages/SetAddress/SetAddress",
            "style" : 
            {
                "navigationBarTitleText" : "设置地址"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uView",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#909399",
        "selectedColor": "#303133",
        "borderStyle": "black",
        "backgroundColor": "#ffffff",
        "list": [{
            "pagePath": "pages/index/index",
            "iconPath": "static/index.png",
            "selectedIconPath": "static/index-selected.png",
            "text": "首页"
        }, {
            "pagePath": "pages/home/home",
            "iconPath": "static/center.png",
            "selectedIconPath": "static/center-selected.png",
            "text": "我"
        }]
    }
}