wx-shop/pages.json
2025-11-24 22:03:19 +08:00

135 lines
2.7 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "香氛拼团"
}
},
{
"path": "pages/distribution/index",
"style": {
"navigationBarTitleText": "分销"
}
},
{
"path": "pages/create/index",
"style": {
"navigationBarTitleText": "创建"
}
},
{
"path": "pages/subscribe/index",
"style": {
"navigationBarTitleText": "订阅"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/address/index",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "pages/my/editInfo/index",
"style": {
"navigationBarTitleText": "编辑信息"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "用户登录"
}
},
{
"path": "pages/shoppingCart/index",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/shopDetail/index",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/order/create",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/pointsLog/index",
"style": {
"navigationBarTitleText": "积分流水"
}
},
{
"path": "pages/inviteUsers/index",
"style": {
"navigationBarTitleText": "我邀请的用户"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#6a7282",
"selectedColor": "#9810fa",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "14px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBar/home.png",
"selectedIconPath": "static/tabBar/homeAct.png",
"text": "首页"
}, {
"pagePath": "pages/distribution/index",
"iconPath": "static/tabBar/distribution.png",
"selectedIconPath": "static/tabBar/distributionAct.png",
"text": "分销"
}, {
"pagePath": "pages/create/index",
"iconPath": "static/tabBar/create.png",
"selectedIconPath": "static/tabBar/createAct.png",
"text": "创建"
}, {
"pagePath": "pages/subscribe/index",
"iconPath": "static/tabBar/subscribe.png",
"selectedIconPath": "static/tabBar/subscribeAct.png",
"text": "订阅"
}, {
"pagePath": "pages/my/index",
"iconPath": "static/tabBar/my.png",
"selectedIconPath": "static/tabBar/myAct.png",
"text": "我的"
}]
}
}