emis-sapp/pages.json
2024-07-19 01:39:28 +08:00

224 lines
4.3 KiB
JSON

{
"leftWindow": {
"path": "windows/left-window.vue",
"style": {
"width": "350px"
}
},
"topWindow": {
"path": "windows/top-window.vue",
"style": {
"height": "60px"
}
},
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/tabBar/sending/sending",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
},
{
"path": "pages/tabBar/search/search",
"style": {
"navigationBarTitleText": "查件",
"navigationStyle":"custom"
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle":"custom"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
},
{
"path": "pages/post/post",
"style": {
"navigationBarTitleText": "上门取件"
}
},
{
"path": "pages/post/detail",
"style": {
"navigationBarTitleText": "运单详情"
}
},
{
"path": "pages/post/locus",
"style": {
"navigationBarTitleText": "物流轨迹"
}
},
{
"path": "pages/post/query",
"style": {
"navigationBarTitleText": "快递查询"
}
},
{
"path": "pages/post/freightCalculate",
"style": {
"navigationBarTitleText": "运费时效"
}
},
{
"path": "pages/goods/edit",
"style": {
"navigationBarTitleText": "货物申报信息"
}
},
{
"path": "pages/warehousing/list",
"style": {
"navigationBarTitleText": "进仓单列表"
}
},
{
"path": "pages/warehousing/detail",
"style": {
"navigationBarTitleText": "进仓单详情"
}
},
{
"path": "pages/warehousing/pdfPreview",
"style": {
"navigationBarTitleText": "进仓单预览"
}
},
{
"path": "pages/address/list",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "pages/address/edit",
"style": {
"navigationBarTitleText": "地址编辑"
}
},
{
"path": "pages/complaint/complaint",
"style": {
"navigationBarTitleText": "投诉列表"
}
},
{
"path": "pages/complaint/edit",
"style": {
"navigationBarTitleText": "投诉编辑"
}
},
{
"path": "pages/service/list",
"style": {
"navigationBarTitleText": "网点查询"
}
},
{
"path": "pages/service/articlelist",
"style": {
"navigationBarTitleText": "信息速递"
}
},
{
"path": "pages/service/articledetail",
"style": {
"navigationBarTitleText": "信息详情"
}
},
{
"path": "pages/user/certification",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/user/monthCardList",
"style": {
"navigationBarTitleText": "月结卡列表"
}
},
{
"path": "pages/user/exclusiveCourier",
"style": {
"navigationBarTitleText": "专属快递员"
}
},
{
"path": "pages/bill/list",
"style": {
"navigationBarTitleText": "我的账单"
}
},
{
"path": "pages/bill/detail",
"style": {
"navigationBarTitleText": "账单明细"
}
}
],
"subPackages": [
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "探路物流",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"app-plus":{
"bounce":"none"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#011111",
"selectedColor": "#B12D29",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabBar/sending/sending",
"iconPath": "static/sending.png",
"selectedIconPath": "static/sendingSLT.png",
"text": "寄件"
},
{
"pagePath": "pages/tabBar/search/search",
"iconPath": "static/search.png",
"selectedIconPath": "static/searchSLT.png",
"text": "查件"
},
{
"pagePath": "pages/tabBar/mine/mine",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mineSLT.png",
"text": "我的"
}
]
}
}