wjt
2024-06-20 6d79e62362f24665ccd8584d398be4b2f4671d67
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
{
    "easycom": {
        "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [{
            "path": "pages/index/index",
            "style": {
                "enablePullDownRefresh": false,
                "backgroundTextStyle": "dark",
                "navigationBarTitleText": "扫码入企"
            }
        },
        {
            "path": "pages/mine/mine",
            "style": {
                "navigationBarTitleText": "我的"
            }
        },
        {
            "path": "pages/companyLogin/companyLogin",
            "style": {
                "navigationBarTitleText": "登录",
                "navigationStyle": "custom"
            }
        },
        {
            "path" : "pages/registerCompany/registerCompany",
            "style" : 
            {
                "navigationBarTitleText" : "企业注册"
            }
        },
        {
            "path" : "pages/companyIndex/companyIndex",
            "style" : 
            {
                "navigationBarTitleText" : "企业首页"
            }
        }
    ],
    "subPackages": [
        {
            "root": "policy",
            "pages": [
                {
                    "path" : "policyIndex/policyIndex",
                    "style" : 
                    {
                        "navigationBarTitleText" : "首页"
                    }
                },
                {
                    "path" : "policyApply/policyApply",
                    "style" : 
                    {
                        "navigationBarTitleText" : "执法申请"
                    }
                }
            ]
        }
    ],
    "globalStyle": {
        "backgroundColor": "#F8F8F8",
        "backgroundTextStyle": "light",
        "navigationBarBackgroundColor": "#fff",
        "navigationBarTitleText": "扫码入企",
        "navigationBarTextStyle": "black"
    },
    "uniIdRouter": {},
    "lazyCodeLoading": "requiredComponents",
    "sitemapLocation": "sitemap.json"
}