purchase-let/pages.json

240 lines
5.4 KiB
JSON
Raw Normal View History

2024-04-25 18:02:30 +08:00
{
2024-05-07 19:02:46 +08:00
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"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": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2024-06-03 18:25:34 +08:00
{
2024-06-05 18:45:30 +08:00
"path": "pages/index/index",
2024-06-03 18:25:34 +08:00
"style": {
"navigationBarTitleText": "购物",
"disableScroll": true,
"enablePullDownRefresh": false,
2024-06-05 18:45:30 +08:00
"navigationStyle": "custom",
2024-06-03 18:25:34 +08:00
"app-plus": {
// 将回弹属性关掉
"bounce": "none"
}
}
2024-06-05 18:45:30 +08:00
}, {
2024-06-03 16:45:07 +08:00
"path": "pages/login/login",
"style": {
2024-06-05 18:45:30 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
2024-06-03 16:45:07 +08:00
}
2024-06-17 08:38:39 +08:00
}, {
"path": "pages/login/test",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
// "navigationStyle": "custom"
}
2024-06-05 18:45:30 +08:00
}, {
2024-05-07 19:02:46 +08:00
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-06-05 18:45:30 +08:00
}, {
"path": "pages/code/code",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
2024-05-07 19:02:46 +08:00
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
2024-06-08 13:42:16 +08:00
}, {
2024-06-06 17:50:25 +08:00
"path": "pages/charge/charge_record",
"style": {
"navigationBarTitleText": "充值记录",
"enablePullDownRefresh": false
}
2024-06-08 13:42:16 +08:00
}, {
2024-06-06 17:50:25 +08:00
"path": "pages/charge/charge",
"style": {
"navigationBarTitleText": "会员充值",
"enablePullDownRefresh": false
}
2024-06-08 13:42:16 +08:00
}, {
"path": "pages/afterSales/afterSales",
"style": {
"navigationBarTitleText": "售后退款",
"enablePullDownRefresh": false
}
}, {
"path": "pages/afterSales/afterSalesOrder",
"style": {
"navigationBarTitleText": "退款订单 ",
"enablePullDownRefresh": false
}
}, {
"path": "pages/afterSales/afterSalesOrderDetail",
"style": {
"navigationBarTitleText": "售后退款详情",
"enablePullDownRefresh": false
}
2024-06-08 22:50:09 +08:00
},
{
"path": "pages/gift/index",
"style": {
"navigationBarTitleText": "购买礼包",
"enablePullDownRefresh": true
}
2024-05-07 19:02:46 +08:00
}
2024-05-09 16:43:34 +08:00
],
"subPackages": [{
2024-06-03 18:25:34 +08:00
"root": "multipleShop",
"pages": [{
2024-06-06 17:50:25 +08:00
"path": "index/index",
"style": {
"navigationBarTitleText": "选择门店",
"enablePullDownRefresh": false
}
},
{
"path": "verificationOrder/index",
"style": {
"navigationBarTitleText": "核销订单",
"enablePullDownRefresh": false,
"disableScroll": true
}
}, {
"path": "verificationOrder/detail",
"style": {
"navigationBarTitleText": "核销订单详情",
"enablePullDownRefresh": false
}
}, {
"path": "orderVerification/index",
"style": {
"navigationBarTitleText": "订单核销",
"enablePullDownRefresh": false
}
2024-06-03 18:25:34 +08:00
}
2024-06-06 17:50:25 +08:00
]
2024-06-03 18:25:34 +08:00
}, {
2024-05-09 16:43:34 +08:00
"root": "pagesOrder",
"pages": [{
"path": "order/order",
"style": {
"navigationBarTitleText": "我的订单",
2024-06-12 10:04:00 +08:00
"enablePullDownRefresh": false,
2024-05-09 16:43:34 +08:00
"navigationStyle": "custom"
}
},
{
"path": "detail/detail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "addressList/addressList",
"style": {
"navigationBarTitleText": "地址管理",
"enablePullDownRefresh": false
}
},
{
"path": "addressEdit/addressEdit",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "settle/settle",
"style": {
"navigationBarTitleText": "确认订单",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pageQuota",
"pages": [{
"path": "quotation/index",
"style": {
"navigationBarTitleText": "报价单",
"enablePullDownRefresh": false
}
},
{
"path": "aboutUs/index",
"style": {
"navigationBarTitleText": "关于我们",
"enablePullDownRefresh": false
}
2024-05-11 16:43:09 +08:00
}, {
"path": "Balance/index",
"style": {
2024-06-08 22:50:09 +08:00
"navigationBarTitleText": "我的账户",
2024-05-16 18:03:25 +08:00
"enablePullDownRefresh": true
2024-05-11 16:43:09 +08:00
}
},
{
"path": "Balance/bindAccout",
"style": {
"navigationBarTitleText": "绑定账户",
2024-05-16 18:03:25 +08:00
"enablePullDownRefresh": true
2024-05-11 16:43:09 +08:00
}
},
{
"path": "Balance/detail",
"style": {
"navigationBarTitleText": "明细",
2024-05-16 18:03:25 +08:00
"enablePullDownRefresh": true
2024-05-11 16:43:09 +08:00
}
2024-05-09 16:43:34 +08:00
},
{
"path": "feedBack/index",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
2024-05-09 18:01:57 +08:00
},
{
"path": "feedBack/list",
"style": {
"navigationBarTitleText": "反馈记录",
"enablePullDownRefresh": false
}
},
{
"path": "feedBack/detail",
"style": {
"navigationBarTitleText": "反馈详情",
"enablePullDownRefresh": false
}
2024-06-17 08:38:39 +08:00
},
{
"path": "vipUser/index",
"style": {
"navigationBarTitleText": "会员报备",
"enablePullDownRefresh": true
}
2024-05-09 16:43:34 +08:00
}
2024-05-07 19:02:46 +08:00
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
}
2024-04-25 18:02:30 +08:00
}