|
@@ -1,153 +1,209 @@
|
|
|
{
|
|
|
- "easycom": {
|
|
|
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
- },
|
|
|
- "pages": [{
|
|
|
- // 登录 + tabbar + webview
|
|
|
- "path": "pages/login/login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/login/phoneLogin",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "账号登录"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/webview/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": ""
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tabbar/home",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tabbar/community",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tabbar/message",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tabbar/mine",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "pages/tabbar/promotionCode",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationStyle": "custom"
|
|
|
- }
|
|
|
- }
|
|
|
- ],
|
|
|
- "subPackages": [{
|
|
|
- // pagesHome 首页及二级页面
|
|
|
- "root": "pagesHome",
|
|
|
- "pages": [{
|
|
|
- "path": "home/popularRecommend",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "热门推荐"
|
|
|
- }
|
|
|
- },{
|
|
|
- "path": "home/nearbyBusiness",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "附近商家"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "marketer/index",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商家详情"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path": "marketer/productDetail",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "商品详情"
|
|
|
- }
|
|
|
+ "easycom": {
|
|
|
+ "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
|
},
|
|
|
- {
|
|
|
- "path": "marketer/settleOrder",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "结算订单"
|
|
|
- }
|
|
|
+ "pages": [{
|
|
|
+ // 登录 + tabbar + webview
|
|
|
+ "path": "pages/login/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/phoneLogin",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "账号登录"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/webview/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tabbar/home",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tabbar/community",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tabbar/message",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tabbar/mine",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/tabbar/promotionCode",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "subPackages": [{
|
|
|
+ // pagesHome 首页及二级页面
|
|
|
+ "root": "pagesHome",
|
|
|
+ "pages": [{
|
|
|
+ "path": "home/popularRecommend",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "热门推荐"
|
|
|
+ }
|
|
|
+ }, {
|
|
|
+ "path": "home/nearbyBusiness",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "附近商家"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "marketer/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商家详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "marketer/productDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "商品详情"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "marketer/settleOrder",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "结算订单"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "marketer/settleStatus",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "结算状态"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 社区模块分包
|
|
|
+ "root": "pagesCustomer",
|
|
|
+ "pages": [{
|
|
|
+ "path": "communityPostReview",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "发布评论"
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 消息模块分包
|
|
|
+ "root": "pagesMessage",
|
|
|
+ "pages": [{
|
|
|
+ "path": "orderNotify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单通知"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "commentNotify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "评论通知"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "kudosNotify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "点赞通知"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "benefitsNotify",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "优惠福利"
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ // 我的模块分包
|
|
|
+ "root": "PageMine",
|
|
|
+ "pages": [{
|
|
|
+ "path": "orderModules/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的订单"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "orderModules/orderDetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单详情"
|
|
|
+ }
|
|
|
+ },{
|
|
|
+ "path": "orderModules/orderComment",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "订单评价"
|
|
|
+ }
|
|
|
+ }]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "tabBar": {
|
|
|
+ "color": "#999999",
|
|
|
+ "selectedColor": "#42b2fa",
|
|
|
+ "borderStyle": "black",
|
|
|
+ // "backgroundColor": "#ffffff",
|
|
|
+ "list": [{
|
|
|
+ "pagePath": "pages/tabbar/home",
|
|
|
+ "iconPath": "static/images/home.png",
|
|
|
+ "selectedIconPath": "static/images/home-select.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/community",
|
|
|
+ "iconPath": "static/images/community.png",
|
|
|
+ "selectedIconPath": "static/images/community-select.png",
|
|
|
+ "text": "社区"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/promotionCode",
|
|
|
+ "iconPath": "static/images/rqcode.png",
|
|
|
+ "selectedIconPath": "static/images/rqcode-select.png",
|
|
|
+ "text": "推广"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/message",
|
|
|
+ "iconPath": "static/images/message.png",
|
|
|
+ "selectedIconPath": "static/images/message-select.png",
|
|
|
+ "text": "消息"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/tabbar/mine",
|
|
|
+ "iconPath": "static/images/mine.png",
|
|
|
+ "selectedIconPath": "static/images/mine-select.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
},
|
|
|
- {
|
|
|
- "path": "marketer/settleStatus",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "结算状态"
|
|
|
- }
|
|
|
+ "globalStyle": {
|
|
|
+ "navigationBarTextStyle": "black",
|
|
|
+ "navigationBarTitleText": "uni-app",
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
+ "backgroundColor": "#F8F8F8"
|
|
|
+ },
|
|
|
+ "condition": {
|
|
|
+ //模式配置,仅开发期间生效
|
|
|
+ "current": 0, //当前激活的模式(list 的索引项)
|
|
|
+ "list": [{
|
|
|
+ "name": "", //模式名称
|
|
|
+ "path": "", //启动页面,必选
|
|
|
+ "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
+ }]
|
|
|
}
|
|
|
- ]
|
|
|
- }],
|
|
|
- "tabBar": {
|
|
|
- "color": "#999999",
|
|
|
- "selectedColor": "#42b2fa",
|
|
|
- "borderStyle": "black",
|
|
|
- // "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/tabbar/home",
|
|
|
- "iconPath": "static/images/home.png",
|
|
|
- "selectedIconPath": "static/images/home-select.png",
|
|
|
- "text": "首页"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/community",
|
|
|
- "iconPath": "static/images/community.png",
|
|
|
- "selectedIconPath": "static/images/community-select.png",
|
|
|
- "text": "社区"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/promotionCode",
|
|
|
- "iconPath": "static/images/rqcode.png",
|
|
|
- "selectedIconPath": "static/images/rqcode-select.png",
|
|
|
- "text": "推广"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/message",
|
|
|
- "iconPath": "static/images/message.png",
|
|
|
- "selectedIconPath": "static/images/message-select.png",
|
|
|
- "text": "消息"
|
|
|
- },
|
|
|
- {
|
|
|
- "pagePath": "pages/tabbar/mine",
|
|
|
- "iconPath": "static/images/mine.png",
|
|
|
- "selectedIconPath": "static/images/mine-select.png",
|
|
|
- "text": "我的"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- "globalStyle": {
|
|
|
- "navigationBarTextStyle": "black",
|
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
- },
|
|
|
- "condition": {
|
|
|
- //模式配置,仅开发期间生效
|
|
|
- "current": 0, //当前激活的模式(list 的索引项)
|
|
|
- "list": [{
|
|
|
- "name": "", //模式名称
|
|
|
- "path": "", //启动页面,必选
|
|
|
- "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
- }]
|
|
|
- }
|
|
|
-}
|
|
|
+}
|