|
|
@@ -1,438 +1,436 @@
|
|
|
-{
|
|
|
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
- {
|
|
|
- "path": "pages/home3/home3",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": true,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/home/home",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "靖安人家乡村民宿",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/my/my",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/set/set",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "设置",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/common/common",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "常用旅客",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/addOrEdit/addOrEdit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "添加旅客",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/orderManage/orderManage",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单",
|
|
|
- "enablePullDownRefresh": true
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/detail/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/detailInfo/detailInfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "设施详情",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/pay/pay",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付订单",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/affirmOrder/affirmOrder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "填写订单",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/orderDetail/orderDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/payStatus/payStatus",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付订单",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/shop/shop",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我是商户",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/binding/binding",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "账户绑定",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/shopInfo/shopInfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我是商户",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/push/push",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/shop2/shop2",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我是业主",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/authorization/authorization",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/web/web",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/coupon/coupon",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "优惠券",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/appraise/appraise",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "全部评价",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/appraiseDetail/appraiseDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "评价详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/myEvaluate/myEvaluate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的评价",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/collect/collect",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "收藏/住过",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/myCoupon/myCoupon",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的卡券",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/couponCenter/couponCenter",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "领券中心",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/myComplaint/myComplaint",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "投诉进度",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/complaintProgress/complaintProgress",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "进度详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/evaluate/evaluate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "评价",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/evaluateStatus/evaluateStatus",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/complaint/complaint",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我要投诉",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/complaintStatus/complaintStatus",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/send/send",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "发推文",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/identity/identity",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/community/community",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "社区",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/addPlace/addPlace",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "添加地点",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/tweetDetail/tweetDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "推文详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/myHome/myHome",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "个人主页",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/likeList/likeList",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "点赞过的用户",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/rimDetail/rimDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "周边详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/rimInfo/rimInfo",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "简介",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/newsDetail/newsDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "资讯详情",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/newsList/newsList",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "招商资讯",
|
|
|
- "enablePullDownRefresh": false
|
|
|
- }
|
|
|
- }
|
|
|
+{
|
|
|
+ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
+ {
|
|
|
+ "path": "pages/home3/home3",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": true,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/home/home",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "靖安人家乡村民宿",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/my/my",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/set/set",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设置",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/common/common",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "常用旅客",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/addOrEdit/addOrEdit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加旅客",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/orderManage/orderManage",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/detail/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/detailInfo/detailInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "设施详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/pay/pay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/affirmOrder/affirmOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "填写订单",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/orderDetail/orderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/payStatus/payStatus",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付订单",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/shop/shop",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我是商户",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/binding/binding",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "账户绑定",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/shopInfo/shopInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我是商户",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/push/push",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/shop2/shop2",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我是业主",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/authorization/authorization",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/web/web",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/coupon/coupon",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "优惠券",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/appraise/appraise",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "全部评价",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/appraiseDetail/appraiseDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "评价详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/myEvaluate/myEvaluate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的评价",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/collect/collect",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收藏/住过",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/myCoupon/myCoupon",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的卡券",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/couponCenter/couponCenter",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "领券中心",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/myComplaint/myComplaint",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "投诉进度",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/complaintProgress/complaintProgress",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "进度详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/evaluate/evaluate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "评价",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/evaluateStatus/evaluateStatus",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/complaint/complaint",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我要投诉",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/complaintStatus/complaintStatus",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/send/send",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "发推文",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/identity/identity",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/community/community",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "攻略",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/addPlace/addPlace",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加地点",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/tweetDetail/tweetDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "推文详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/myHome/myHome",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "个人主页",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/likeList/likeList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "点赞过的用户",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/rimDetail/rimDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "周边详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/rimInfo/rimInfo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "简介",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/newsDetail/newsDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "资讯详情",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/newsList/newsList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "招商资讯",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }
|
|
|
],
|
|
|
- "subpackages": [//分包
|
|
|
+ "subpackages": [ //分包
|
|
|
{
|
|
|
- "root": "packageShang",
|
|
|
- "pages": [
|
|
|
- {
|
|
|
- "path": "pages/tabbar/home",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "特产商城"
|
|
|
- // "enablePullDownRefresh": true,
|
|
|
- // "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/tabbar/category",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "分类"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/tabbar/cart",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "购物车"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/tabbar/user",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/home/search/search",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "搜索"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/goods/goods",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品详情"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/goods/goods-list",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品列表"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/goods/goods-evaluate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品评价"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/address/address-edit",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "添加收货人"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/address/address",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "收货管理"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/order/order",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "全部订单"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/order/order-detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单详情"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/order/order-refund",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单退款"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/order/order-express",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "物流轨迹"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/order/order-evaluate",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "订单评价"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/collect/collect",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "我的收藏"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/integral/sign",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "每日签到",
|
|
|
- "navigationBarBackgroundColor": "#ff6a6c",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/user/integral/detail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "积分明细"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/order/create",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "创建订单"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/pay/pay",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付"
|
|
|
- }
|
|
|
- }, {
|
|
|
- "path": "pages/pay/success",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "支付提示"
|
|
|
- }
|
|
|
- }
|
|
|
- ]
|
|
|
+ "root": "packageShang",
|
|
|
+ "pages": [{
|
|
|
+ "path": "pages/tabbar/home",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "特产商城"
|
|
|
+ // "enablePullDownRefresh": true,
|
|
|
+ // "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/tabbar/category",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "分类"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/tabbar/cart",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "购物车"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/tabbar/user",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/home/search/search",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "搜索"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/goods/goods",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/goods/goods-list",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品列表"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/goods/goods-evaluate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品评价"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/address/address-edit",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "添加收货人"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/address/address",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "收货管理"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/order/order",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "全部订单"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/order/order-detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/order/order-refund",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单退款"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/order/order-express",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "物流轨迹"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/order/order-evaluate",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单评价"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/collect/collect",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的收藏"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/integral/sign",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "每日签到",
|
|
|
+ "navigationBarBackgroundColor": "#ff6a6c",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/user/integral/detail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "积分明细"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/order/create",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "创建订单"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/pay/pay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "pages/pay/success",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付提示"
|
|
|
+ }
|
|
|
+ }]
|
|
|
}
|
|
|
- ],
|
|
|
- "tabBar": {
|
|
|
- "color": "#A6A6A6",
|
|
|
- "selectedColor": "#096562",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/home3/home3",
|
|
|
- "iconPath": "static/images/index.png",
|
|
|
- "selectedIconPath": "static/images/index-active.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/community/community",
|
|
|
- "iconPath": "static/images/community.png",
|
|
|
- "selectedIconPath": "static/images/community-active.png",
|
|
|
- "text": "社区"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/my/my",
|
|
|
- "iconPath": "static/images/my.png",
|
|
|
- "selectedIconPath": "static/images/my-active.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "靖安民宿",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
- "uniIdRouter": {}
|
|
|
+ ],
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#A6A6A6",
|
|
|
+ "selectedColor": "#096562",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/home3/home3",
|
|
|
+ "iconPath": "static/images/index.png",
|
|
|
+ "selectedIconPath": "static/images/index-active.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/community/community",
|
|
|
+ "iconPath": "static/images/community.png",
|
|
|
+ "selectedIconPath": "static/images/community-active.png",
|
|
|
+ "text": "攻略"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/my/my",
|
|
|
+ "iconPath": "static/images/my.png",
|
|
|
+ "selectedIconPath": "static/images/my-active.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "靖安民宿",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8"
|
|
|
+ },
|
|
|
+ "uniIdRouter": {}
|
|
|
}
|