Files
integral-shop/single_uniapp22miao/pages.json
apple 079076a70e miao33: 从 main 同步 single_uniapp22miao,dart-sass 兼容修复,DEPLOY.md 更新
- 从 main 获取 single_uniapp22miao 子项目
- dart-sass: /deep/ -> ::v-deep,calc 运算符加空格
- DEPLOY.md 采用 shccd159 版本(4 子项目架构说明)

Made-with: Cursor
2026-03-16 11:16:42 +08:00

230 lines
4.4 KiB
JSON

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"navigationBarTextStyle":"white",
"app-plus": {
"scrollIndicator": false
}
}
},
{
"path": "pages/personal/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"navigationBarTextStyle":"white",
"app-plus": {
"scrollIndicator": false
}
}
},
{
"path": "pages/rushing/index",
"style": {
"navigationBarTitleText": "采购",
"navigationStyle": "custom",
"navigationBarTextStyle":"white",
"app-plus": {
"scrollIndicator": false
}
}
},
{
"path": "pages/rushing/detail",
"style": {
"navigationBarTitleText": "采购列表",
"navigationStyle": "custom",
"navigationBarTextStyle":"white",
"app-plus": {
"scrollIndicator": false
}
}
}
],
"subPackages": [
{
"root": "pages/integral",
"name": "integral",
"pages": [
{
"path": "index",
"style": {
"navigationBarTitleText": "积分商城",
"enablePullDownRefresh": true
}
},
{
"path": "detail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "confirm",
"style": {
"navigationBarTitleText": "确认兑换"
}
},
{
"path": "orders",
"style": {
"navigationBarTitleText": "兑换订单"
}
},
{
"path": "order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "points",
"style": {
"navigationBarTitleText": "积分明细"
}
},
{
"path": "rules",
"style": {
"navigationBarTitleText": "积分规则"
}
},
{
"path": "search",
"style": {
"navigationBarTitleText": "搜索商品"
}
},
{
"path": "cart",
"style": {
"navigationBarTitleText": "购物车",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pages/sub-pages",
"name": "sub-pages",
"pages": [
{
"path": "login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "login/register",
"style": {
"navigationBarTitleText": "注册"
}
},
"login/reset-account",
"login/change-pwd",
"user-info/index",
"address/index",
"address/detail",
"good/good-detail",
"search/index",
{
"path": "rushing-order/index",
"style": {
"navigationBarTitleText": "采购订单"
}
},
{
"path": "rushing-order/detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
"balance/index",
"coupon/index",
"withdraw/index",
"withdraw/list",
{
"path": "prize/index",
"style": {
"navigationBarTitleText": "我的奖金"
}
},
{
"path": "invite/index",
"style": {
"navigationBarTitleText": "邀请好友"
}
},
"webview/index",
{
"path": "webview/sign-preview",
"style": {
"navigationBarTitleText": "合同预览"
}
},
{
"path": "webview/sign",
"style": {
"navigationBarTitleText": "签字"
}
},
"my-payee/index",
"my-payee/zfb-detail",
"my-payee/yl-detail",
"my-fans/index",
"promote-prize/index",
"agreement/index",
"agreement/contract",
"agreement/contract1",
"agreement/my-contract",
"setting/index",
"setting/404",
"setting/route-test"
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "加载中...",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#F8F8F8",
"titleNView": false,
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750
},
"tabBar": {
"custom": false,
"color": "#282828",
"selectedColor": "#fc4141",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [
{
"pagePath": "pages/rushing/index",
"text": "抢购",
"iconPath": "static/tabBar/rushing.png",
"selectedIconPath": "static/tabBar/rushing-a.png"
},
{
"pagePath": "pages/personal/index",
"text": "我的",
"iconPath": "static/tabBar/personal.png",
"selectedIconPath": "static/tabBar/personal-a.png"
}
]
},
"condition": {
"current": 0,
"list": [{
"name": "",
"path": "",
"query": ""
}]
}
}