{
|
"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" : "首页",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path" : "policyApply/policyApply",
|
"style" :
|
{
|
"navigationBarTitleText" : "执法申请"
|
}
|
},
|
{
|
"path" : "changePhone/changePhone",
|
"style" :
|
{
|
"navigationBarTitleText" : ""
|
}
|
}
|
]
|
}
|
],
|
"globalStyle": {
|
"backgroundColor": "#F8F8F8",
|
"backgroundTextStyle": "light",
|
"navigationBarBackgroundColor": "#fff",
|
"navigationBarTitleText": "扫码入企",
|
"navigationBarTextStyle": "black"
|
},
|
"uniIdRouter": {},
|
"lazyCodeLoading": "requiredComponents",
|
"sitemapLocation": "sitemap.json"
|
}
|