207 lines
5.2 KiB
JSON
207 lines
5.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/home",
|
|
"pages/land",
|
|
"pages/claim",
|
|
"pages/shop",
|
|
"pages/mine",
|
|
"uni_modules/uni-upgrade-center-app/pages/upgrade-popup"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "home/",
|
|
"pages": [
|
|
"pages/farm/list",
|
|
"pages/farm/detail",
|
|
"pages/farm/info",
|
|
"pages/monitor/list",
|
|
"pages/monitor/detail",
|
|
"pages/monitor/search",
|
|
"pages/article",
|
|
"pages/about",
|
|
"pages/search",
|
|
"pages/welfare"
|
|
]
|
|
},
|
|
{
|
|
"root": "land/",
|
|
"pages": [
|
|
"pages/order/list",
|
|
"pages/order/detail",
|
|
"pages/seed/list",
|
|
"pages/seed/detail",
|
|
"pages/detail",
|
|
"pages/massif",
|
|
"pages/order"
|
|
]
|
|
},
|
|
{
|
|
"root": "claim/",
|
|
"pages": [
|
|
"pages/order/list",
|
|
"pages/order/detail",
|
|
"pages/order/collage/list",
|
|
"pages/order/collage/detail",
|
|
"pages/order/breed/list",
|
|
"pages/order/breed/detail",
|
|
"pages/collage/list",
|
|
"pages/collage/more",
|
|
"pages/detail",
|
|
"pages/order"
|
|
]
|
|
},
|
|
{
|
|
"root": "shop/",
|
|
"pages": [
|
|
"pages/integral/list",
|
|
"pages/integral/record",
|
|
"pages/order/list",
|
|
"pages/order/detail",
|
|
"pages/order/refund",
|
|
"pages/refund/list",
|
|
"pages/refund/detail",
|
|
"pages/car",
|
|
"pages/choose-store",
|
|
"pages/coupon",
|
|
"pages/detail",
|
|
"pages/hot-goods",
|
|
"pages/luck",
|
|
"pages/order",
|
|
"pages/seckill",
|
|
"pages/sign",
|
|
"pages/store"
|
|
]
|
|
},
|
|
{
|
|
"root": "mine/",
|
|
"pages": [
|
|
"pages/address/list",
|
|
"pages/address/edit",
|
|
"pages/balance/index",
|
|
"pages/balance/list",
|
|
"pages/balance/record",
|
|
"pages/common/web",
|
|
"pages/common/video",
|
|
"pages/coupon/list",
|
|
"pages/coupon/use",
|
|
"pages/distribution/index",
|
|
"pages/distribution/apply",
|
|
"pages/distribution/profit",
|
|
"pages/distribution/team",
|
|
"pages/distribution/record",
|
|
"pages/distribution/poster",
|
|
"pages/evaluate/more",
|
|
"pages/evaluate/list",
|
|
"pages/evaluate/edit",
|
|
"pages/about-us",
|
|
"pages/agreement",
|
|
"pages/cash-out",
|
|
"pages/choose-time",
|
|
"pages/fx-code",
|
|
"pages/notice",
|
|
"pages/apply-result",
|
|
"pages/pay-result",
|
|
"pages/pay",
|
|
"pages/phone-code",
|
|
"pages/phone",
|
|
"pages/setting"
|
|
]
|
|
},
|
|
{
|
|
"root": "business/",
|
|
"pages": [
|
|
"pages/order/list",
|
|
"pages/order/detail",
|
|
"pages/store-manage"
|
|
]
|
|
},
|
|
{
|
|
"root": "farmer/",
|
|
"pages": [
|
|
"pages/finance/index",
|
|
"pages/finance/record",
|
|
"pages/order/claim/list",
|
|
"pages/order/distribution/list",
|
|
"pages/order/distribution/detail",
|
|
"pages/order/land/list",
|
|
"pages/apply"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"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"
|
|
}
|
|
]
|
|
},
|
|
"plugins": {},
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序距离展示"
|
|
}
|
|
},
|
|
"requiredPrivateInfos": [
|
|
"getLocation",
|
|
"chooseLocation"
|
|
],
|
|
"navigateToMiniProgramAppIdList": [],
|
|
"preloadRule": {},
|
|
"usingComponents": {
|
|
"banner": "/components/banner",
|
|
"column": "/components/column",
|
|
"fixed": "/components/fixed",
|
|
"search": "/components/search",
|
|
"auth": "/components/auth",
|
|
"tab": "/components/tab",
|
|
"timeline": "/components/timeline",
|
|
"abnor": "/components/abnor",
|
|
"load-more": "/components/load-more",
|
|
"upload": "/components/upload",
|
|
"parser": "/components/jyf-Parser/index",
|
|
"min-countdown": "/components/min-countdown",
|
|
"uni-nav-bar": "/components/uni-nav-bar",
|
|
"uni-popup": "/components/uni-popup",
|
|
"common-popup": "/components/common-popup",
|
|
"login-info": "/components/login-info",
|
|
"fix-bottom-button": "/components/fix-bottom-button"
|
|
}
|
|
} |