2025-10-29 09:05:59 +08:00
|
|
|
{
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationStyle": "default",
|
|
|
|
|
"navigationBarTitleText": "导航",
|
|
|
|
|
"navigationBarBackgroundColor": "#f8f8f8",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#FFFFFF"
|
|
|
|
|
},
|
|
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
"custom": {
|
|
|
|
|
"^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
|
|
|
|
|
"^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
|
|
|
|
|
"^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
|
|
|
|
"custom": false,
|
|
|
|
|
"color": "#999999",
|
|
|
|
|
"selectedColor": "#409EFF",
|
|
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
"height": "50px",
|
|
|
|
|
"fontSize": "10px",
|
|
|
|
|
"iconWidth": "24px",
|
|
|
|
|
"spacing": "3px",
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "/static/tabbar/home.png",
|
|
|
|
|
"selectedIconPath": "/static/tabbar/homeHL.png",
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "/static/tabbar/order.png",
|
|
|
|
|
"selectedIconPath": "/static/tabbar/orderHL.png",
|
|
|
|
|
"pagePath": "pages/order/index",
|
|
|
|
|
"text": "订单"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "/static/tabbar/personal.png",
|
|
|
|
|
"selectedIconPath": "/static/tabbar/personalHL.png",
|
|
|
|
|
"pagePath": "pages/me/index",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"type": "home",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "首页"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/about/about",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "关于"
|
|
|
|
|
},
|
|
|
|
|
"excludeLoginPath": false
|
|
|
|
|
},
|
2025-11-03 09:02:26 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/index/checkout",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单结算"
|
|
|
|
|
}
|
|
|
|
|
},
|
2025-10-29 09:05:59 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/login/faceLogin",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "人脸识别",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/register",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "注册"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/me/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/order/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/QrScanner/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "扫码",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/me/personal-profile/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "个人资料"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/me/promote-with-courtesy/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "推广有礼",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/order/detail/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "订单详情",
|
|
|
|
|
"enablePullDownRefresh": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/order/refund-confirmation/index",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "退款确认"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"subPackages": []
|
|
|
|
|
}
|