初始化代码
This commit is contained in:
656
uniapp/uni-app/pages.json
Normal file
656
uniapp/uni-app/pages.json
Normal file
@@ -0,0 +1,656 @@
|
||||
{
|
||||
"pages": [
|
||||
//#ifdef APP-PLUS
|
||||
// app登陆页面
|
||||
{
|
||||
"path": "pages/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
}
|
||||
},
|
||||
//#endif
|
||||
{
|
||||
"path": "pages/home",
|
||||
"style": {
|
||||
"navigationBarTitleText": "首页",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/land",
|
||||
"style": {
|
||||
"navigationBarTitleText": "租地",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/claim",
|
||||
"style": {
|
||||
"navigationBarTitleText": "认养",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/shop",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商城",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/mine",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
|
||||
"style": {
|
||||
"disableScroll": true,
|
||||
"app-plus": {
|
||||
"backgroundColorTop": "transparent",
|
||||
"background": "transparent",
|
||||
"titleNView": false,
|
||||
"scrollIndicator": false,
|
||||
"popGesture": "none",
|
||||
"animationType": "fade-in",
|
||||
"animationDuration": 200
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"subPackages": [
|
||||
// 首页
|
||||
{
|
||||
"root": "home/",
|
||||
"pages": [{
|
||||
"path": "pages/farm/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "附近农场",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/farm/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "农场详情",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/farm/info",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商户信息",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/monitor/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "视频监控",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/monitor/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "视频监控详情",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/monitor/search",
|
||||
"style": {
|
||||
"navigationBarTitleText": "监控列表",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/article",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}, {
|
||||
"path": "pages/about",
|
||||
"style": {
|
||||
"navigationBarTitleText": "关于我们",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/search",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/welfare",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}]
|
||||
},
|
||||
// 租地
|
||||
{
|
||||
"root": "land/",
|
||||
"pages": [{
|
||||
"path": "pages/order/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的土地",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "土地详情",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/seed/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "种子列表",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/seed/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "种子详情"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "土地详情",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/massif",
|
||||
"style": {
|
||||
"navigationBarTitleText": "地块服务",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认下单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}]
|
||||
},
|
||||
// 认养
|
||||
{
|
||||
"root": "claim/",
|
||||
"pages": [{
|
||||
"path": "pages/order/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的认养",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "认养详情",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/collage/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的众筹",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/collage/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "众筹详情",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/breed/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "养殖管理",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/breed/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "养殖详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/collage/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/collage/more",
|
||||
"style": {
|
||||
"navigationBarTitleText": "更多众筹",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "认养详情",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认下单",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}]
|
||||
},
|
||||
// 商城
|
||||
{
|
||||
"root": "shop/",
|
||||
"pages": [{
|
||||
"path": "pages/integral/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "积分兑换",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/integral/record",
|
||||
"style": {
|
||||
"navigationBarTitleText": "兑换记录",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的订单",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/refund",
|
||||
"style": {
|
||||
"navigationBarTitleText": "申请退款"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/refund/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "退款/售后",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/refund/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "退款详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/car",
|
||||
"style": {
|
||||
"navigationBarTitleText": "购物车",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/choose-store",
|
||||
"style": {
|
||||
"navigationBarTitleText": "切换店铺",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/coupon",
|
||||
"style": {
|
||||
"navigationBarTitleText": "领取卡券",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "商品详情",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/hot-goods",
|
||||
"style": {
|
||||
"navigationBarTitleText": "热门商品",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/luck",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认下单"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/seckill",
|
||||
"style": {
|
||||
"navigationBarTitleText": "限时秒杀",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/sign",
|
||||
"style": {
|
||||
"navigationBarTitleText": "农场签到",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/store",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}]
|
||||
},
|
||||
// 我的
|
||||
{
|
||||
"root": "mine/",
|
||||
"pages": [{
|
||||
"path": "pages/address/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的地址",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/address/edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加新地址"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/balance/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "余额",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/balance/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "充值",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/balance/record",
|
||||
"style": {
|
||||
"navigationBarTitleText": "交易记录",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/common/web",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/common/video",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}, {
|
||||
"path": "pages/coupon/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的卡券",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/coupon/use",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择卡券",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/distribution/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分销中心",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/distribution/apply",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分销中心",
|
||||
"enablePullDownRefresh": true,
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/distribution/profit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/distribution/team",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的团队",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/distribution/record",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现记录",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/distribution/poster",
|
||||
"style": {
|
||||
"navigationBarTitleText": "推广码",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/evaluate/more",
|
||||
"style": {
|
||||
"navigationBarTitleText": "更多评价",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/evaluate/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的评价",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/evaluate/edit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "评价",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/about-us",
|
||||
"style": {
|
||||
"navigationBarTitleText": "关于我们"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/agreement",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}, {
|
||||
"path": "pages/cash-out",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提现",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/choose-time",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择时间"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/fx-code",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/notice",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/apply-result",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/pay-result",
|
||||
"style": {
|
||||
"navigationBarTitleText": "支付结果"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/pay",
|
||||
"style": {
|
||||
"navigationBarTitleText": "选择支付方式"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/phone-code",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}, {
|
||||
"path": "pages/phone",
|
||||
"style": {
|
||||
"navigationBarTitleText": "绑定手机号"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/setting",
|
||||
"style": {
|
||||
"navigationBarTitleText": "设置"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
// 店主
|
||||
{
|
||||
"root": "business/",
|
||||
"pages": [{
|
||||
"path": "pages/order/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单管理",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
}, {
|
||||
"path": "pages/order/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "订单详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}, {
|
||||
"path": "pages/store-manage",
|
||||
"style": {
|
||||
"navigationBarTitleText": "店铺管理"
|
||||
}
|
||||
}]
|
||||
},
|
||||
// 农场主
|
||||
{
|
||||
"root": "farmer/",
|
||||
"pages": [{
|
||||
"path": "pages/finance/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "财务管理",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/finance/record",
|
||||
"style": {
|
||||
"navigationBarTitleText": "交易记录",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/claim/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "认养订单",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/distribution/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "配送订单",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/distribution/detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "配送详情",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/order/land/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "土地订单",
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/apply",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "赛车",
|
||||
"navigationBarBackgroundColor": "#39b54a",
|
||||
"backgroundColor": "#ffffff",
|
||||
"onReachBottomDistance": 140
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#000000",
|
||||
"selectedColor": "#39b54a",
|
||||
"backgroundColor": "#ffffff",
|
||||
"borderStyle": "white",
|
||||
"list": [{
|
||||
"pagePath": "pages/home",
|
||||
"text": "首页",
|
||||
"iconPath": "/static/tabbar/1.png",
|
||||
"selectedIconPath": "static/tabbar/1-fill.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/land",
|
||||
"text": "租地",
|
||||
"iconPath": "/static/tabbar/2.png",
|
||||
"selectedIconPath": "static/tabbar/2-fill.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/claim",
|
||||
"text": "认养",
|
||||
"iconPath": "/static/tabbar/3.png",
|
||||
"selectedIconPath": "static/tabbar/3-fill.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/shop",
|
||||
"text": "商城",
|
||||
"iconPath": "/static/tabbar/4.png",
|
||||
"selectedIconPath": "static/tabbar/4-fill.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/tabbar/5.png",
|
||||
"selectedIconPath": "static/tabbar/5-fill.png"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user