123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/category",
- "pages/index/cart",
- "pages/index/user",
- "pages/index/view"
- ],
- "subPackages": [
- {
- "root": "pages/activity",
- "pages": [
- "sign/index",
- "seckill/list",
- "groupon/list",
- "groupon/detail",
- "groupon/my-groupon",
- "discounts/list"
- ]
- },
- {
- "root": "pages/app",
- "pages": [
- "score/list",
- "coupon/list",
- "coupon/detail",
- "merchant/index",
- "merchant/apply",
- "merchant/detail",
- "merchant/info",
- "merchant/list",
- "commission/index",
- "commission/team",
- "commission/commission-log",
- "commission/order",
- "commission/goods",
- "commission/apply",
- "commission/rankings",
- "commission/share-log"
- ]
- },
- {
- "root": "pages/goods",
- "pages": [
- "list",
- "detail",
- "comment/add-comment",
- "comment/comment-list"
- ]
- },
- {
- "root": "pages/order",
- "pages": [
- "confirm",
- "payment/method",
- "payment/result",
- "list",
- "detail",
- "after-sale/detail",
- "after-sale/list",
- "after-sale/log",
- "after-sale/refund",
- "express/distribution-detail",
- "express/express-detail",
- "express/express-list",
- "express/store-address"
- ]
- },
- {
- "root": "pages/public",
- "pages": [
- "faq",
- "feedback",
- "chat/index",
- "search",
- "richtext",
- "webview",
- "404",
- "loading"
- ]
- },
- {
- "root": "pages/user",
- "pages": [
- "info",
- "set",
- "view-log",
- "wallet/index",
- "wallet/withdraw",
- "wallet/withdraw-log",
- "wallet/top-up",
- "wallet/top-up-log",
- "wallet/score-balance",
- "address/list",
- "address/edit",
- "favorite"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "shopro-plus",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#a8700d",
- "backgroundColor": "#ffffff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/images/tabbar/tabbar_home.png",
- "selectedIconPath": "/static/images/tabbar/tabbar_home1.png"
- },
- {
- "pagePath": "pages/index/category",
- "text": "分类",
- "iconPath": "static/images/tabbar/tabbar_category.png",
- "selectedIconPath": "/static/images/tabbar/tabbar_category1.png"
- },
- {
- "pagePath": "pages/index/cart",
- "text": "购物车",
- "iconPath": "static/images/tabbar/tabbar_cart.png",
- "selectedIconPath": "/static/images/tabbar/tabbar_cart1.png"
- },
- {
- "pagePath": "pages/index/user",
- "text": "我的",
- "iconPath": "static/images/tabbar/tabbar_personal.png",
- "selectedIconPath": "/static/images/tabbar/tabbar_personal1.png"
- }
- ]
- },
- "preloadRule": {
- "pages/index/index": {
- "network": "all",
- "packages": [
- "pages/activity",
- "pages/user",
- "pages/goods",
- "pages/app",
- "pages/public",
- "pages/order"
- ]
- }
- },
- "plugins": {},
- "permission": {
- "scope.userLocation": {
- "desc": "计算附近商家位置"
- }
- },
- "usingComponents": {}
- }
|