Files
XiaoLingHou_web/pages.json
2023-12-29 00:08:10 +08:00

253 lines
6.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
},
{
"path": "pages/consult/consult",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/aiChat/aiChat",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
},
{
"path": "pages/editor-letter/editor-letter",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
},
{
"path": "pages/letter-view/letter-view",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
},
{
"path": "pages/confirmOrder/confirmOrder",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/editor-letter-manual/editor-letter-manual",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/agentBusiness/agentBusiness",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/replyLetterQuery/replyLetterQuery",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/waybill-info/waybill-info",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/mine/mineOrder",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/openMember",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/addAddr/addAddr",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/queryAddr/queryAddr",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/preview/preview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/payPage/payPage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false //禁用原生导航栏APP和H5可用
}
}
}, {
"path": "pages/addrDetails/addrDetails",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
// "borderStyle": "#fff7f3",
"borderStyle": "white",
"backgroundColor": "#fff7f3",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/01tab首页1.png",
"selectedIconPath": "static/01tab首页1.png",
"text": "首页"
}, {
"pagePath": "pages/queryAddr/queryAddr",
"iconPath": "static/tab地址1@2x.png",
"selectedIconPath": "static/tab地址1@2x.png",
"text": "地址"
},
{
"pagePath": "pages/consult/consult",
"iconPath": "static/03客服1@2x.png",
"selectedIconPath": "static/03客服1@2x.png",
"text": "咨询"
}, {
"pagePath": "pages/mine/mine",
"iconPath": "static/04我的4@2x.png",
"selectedIconPath": "static/04我的4@2x.png",
"text": "我的"
}
]
}
}