zhangxiaoxu123
2023-04-03 3c38aafd3b6db169fe2039affbbcc7bf36176d3a
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
{
    "easycom": {
            "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
                
            }
        },
        {
            "path": "pages/login/social",
            "style": {
                "navigationBarTitleText": "授权登录"
            }
        },{
            "path": "pages/login/mobile",
            "style": {
                "navigationBarTitleText": "手机登录"
            }
        }
        
    ],
    "subPackages": [
        {
            "root": "page_subject",
            "pages": [
                // {
                //     "path": "pages/login/social",
                //     "style": {
                //         "navigationBarTitleText": "授权登录"
                //     }
                // },{
                //     "path": "pages/login/mobile",
                //     "style": {
                //         "navigationBarTitleText": "手机登录"
                //     }
                // }
                
            ]
        }
    ],
    "tabBar": {
        "selectedColor": "#333333",
        "color": "#bfbfbf",
        "list": [
            {
                "pagePath": "pages/index/index",
                "text": "首页",
                "iconPath": "/static/images/tabbar/index.png"
                //"selectedIconPath": "/static/images/tabbar/index-active.png"
            }
            // {
            //     "pagePath": "pages/category/category",
            //     "text": "分类",
            //     "iconPath": "/static/images/tabbar/category.png",
            //     "selectedIconPath": "/static/images/tabbar/category-active.png"
            // },
            // {
            //     "pagePath": "pages/cart/cart",
            //     "text": "购物车",
            //     "iconPath": "/static/images/tabbar/cart.png",
            //     "selectedIconPath": "/static/images/tabbar/cart-active.png"
            // },
            // {
            //     "pagePath": "pages/user/user",
            //     "text": "我的",
            //     "iconPath": "/static/images/tabbar/user.png",
            //     "selectedIconPath": "/static/images/tabbar/user-active.png"
            // }
        ]
    },
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "yudao-ui-app",
        "navigationBarBackgroundColor": "#ffffff",
        "backgroundColor": "#ffffff"
    }
}