| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/Vipgift",
- "pages/menu/menu",
- "pages/public/wxLogin",
- "pages/product/product",
- "pages/product/list",
- "pages/product/search",
- "pages/set/set",
- "pages/set/address",
- "pages/set/addressManage",
- "pages/set/password",
- "pages/set/userinfo",
- "pages/cart/cart",
- "pages/user/shareEx",
- "pages/user/user"
- ],
- "subPackages": [
- {
- "root": "user",
- "pages": [
- "page/orderDetail",
- "page/shareQrCode",
- "page/award",
- "page/withdrawal",
- "page/scoreAccumulate",
- "page/extension",
- "page/recode",
- "page/pay"
- ]
- },
- {
- "root": "pages/order",
- "pages": [
- "orderDetail",
- "orderRefund",
- "verifyCode",
- "createOrder",
- "choisestore"
- ]
- },
- {
- "root": "pages/exchange",
- "pages": [
- "exchange"
- ]
- },
- {
- "root": "pages/money",
- "pages": [
- "pay",
- "paySuccess",
- "withdrawal",
- "wallet",
- "recharge"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#ee2f72",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/home.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/menu/menu",
- "iconPath": "static/tabBar/tab-menu.png",
- "selectedIconPath": "static/tabBar/menu.png",
- "text": "菜单"
- },
- {
- "pagePath": "pages/cart/cart",
- "iconPath": "static/tabBar/tab-order.png",
- "selectedIconPath": "static/tabBar/order.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "需要根据你的定位来给你推送最近的门店"
- }
- },
- "requiredPrivateInfos": [
- "getLocation",
- "chooseLocation"
- ],
- "usingComponents": {}
- }
|