You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.4 KiB
JSON

2 years ago
{
"pages": [{
"path": "pages/homePage/home/home",
"style": {
"navigationBarTitleText": "欢迎来到大简云",
"enablePullDownRefresh": false
}
}, {
"path": "pages/homePage/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/homePage/register/register",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}],
"subPackages": [{
"root": "pages/manifest",
"pages": [{
"path": "declarationLog/declarationLog",
"style": {
"navigationBarTitleText": "申报日志"
}
},
{
"path": "newManifest/newManifest",
"style": {
"navigationBarTitleText": "航单申报"
}
}, {
"path": "cabinQuery/cabinQuery",
"style": {
"navigationBarTitleText": "线上舱位查询",
"enablePullDownRefresh": false
}
}
,{
"path" : "cabinHistory/cabinHistory",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}