Files
lgp-wx-plus/pages.json
2026-08-20 19:15:41 +08:00

167 lines
4.7 KiB
JSON

{
"easycom": {
"autoscan": true,
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/goods/index",
"style": {
"navigationBarTitleText": "家具优选",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark"
}
},
{
"path": "pages/package/index",
"style": {
"navigationBarTitleText": "套餐",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"onReachBottomDistance": 50
}
},
{
"path": "pages/package/detail",
"style": {
"navigationBarTitleText": "套餐详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "pages/product/product",
"style": {
"navigationBarTitleText": "商品列表",
"enablePullDownRefresh": true,
"backgroundTextStyle": "dark",
"backgroundColor": "#f8f8f8",
"onReachBottomDistance": 50
}
},
{
"path": "pages/product/detail",
"style": {
"navigationBarTitleText": "商品详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/cart/detail",
"style": {
"navigationBarTitleText": "清单详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/list",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f8f8"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "pkg-more",
"name": "more",
"pages": [
{ "path": "enterprise/detail", "style": { "navigationBarTitleText": "企业详情" } },
{ "path": "feedback/index", "style": { "navigationBarTitleText": "用户反馈" } },
{ "path": "address/list", "style": { "navigationBarTitleText": "收货地址" } },
{ "path": "address/form", "style": { "navigationBarTitleText": "编辑地址" } },
{ "path": "favorite/index", "style": { "navigationBarTitleText": "我的收藏" } },
{ "path": "after-sale/index", "style": { "navigationBarTitleText": "我的售后" } },
{ "path": "after-sale/apply", "style": { "navigationBarTitleText": "申请售后" } },
{ "path": "factory/index", "style": { "navigationBarTitleText": "工厂目录" } },
{ "path": "factory/detail", "style": { "navigationBarTitleText": "工厂详情" } },
{ "path": "colorcard/index", "style": { "navigationBarTitleText": "色卡目录" } },
{ "path": "colorcard/detail", "style": { "navigationBarTitleText": "色卡详情" } }
]
}
],
"globalStyle": {
"navigationStyle": "custom",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#f6f6f8"
},
"uniIdRouter": {},
"tabBar": {
"custom": true,
"color": "#7A7E83",
"selectedColor": "#b8945e",
"backgroundColor": "#00000000",
"list": [
{
"pagePath": "pages/goods/index",
"text": "首页",
"iconPath": "static/tabbar/v2/home.png",
"selectedIconPath": "static/tabbar/v2/home-fill.png"
},
{
"pagePath": "pages/package/index",
"text": "套餐",
"iconPath": "static/tabbar/v2/package.png",
"selectedIconPath": "static/tabbar/v2/package-fill.png"
},
{
"pagePath": "pages/order/list",
"text": "订单",
"iconPath": "static/tabbar/v2/order.png",
"selectedIconPath": "static/tabbar/v2/order-fill.png"
},
{
"pagePath": "pages/mine/mine",
"text": "我",
"iconPath": "static/tabbar/v2/mine.png",
"selectedIconPath": "static/tabbar/v2/mine-fill.png"
}
]
}
}