12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "pages": [
- "pages/tabBar/index/index",
- "pages/tabBar/cart/index",
- "pages/tabBar/user/index",
- "pages/authorize/authorize",
- "pages/login/login",
- "pages/goods/list",
- "pages/goods/cart",
- "pages/goods/search",
- "pages/goods/product",
- "pages/goods/product-activi",
- "pages/goods/good-floorMore"
- ],
- "subPackages": [
- {
- "root": "pages/user/",
- "pages": [
- "address/addressManage",
- "address/address",
- "order/create-order",
- "order/success",
- "order/order-list",
- "order/order-list-retail",
- "order/order-details",
- "order/order-payment",
- "order/search-order",
- "order/order-logistics",
- "activity/activity",
- "activity/activity-list"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "呵呵商城",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "height": "80",
- "color": "#999999",
- "selectedColor": "#ff457b",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/tabBar/index/index",
- "iconPath": "static/icon-index@2x.png",
- "selectedIconPath": "static/icon-index-active@2x.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/tabBar/cart/index",
- "iconPath": "static/icon-cart@2x.png",
- "selectedIconPath": "static/icon-cart-active@2x.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/tabBar/user/index",
- "iconPath": "static/icon-user@2x.png",
- "selectedIconPath": "static/icon-user-active@2x.png",
- "text": "我的"
- }
- ]
- },
- "permission": {},
- "navigateToMiniProgramAppIdList": [
- "wx5a5cda32926f55ac"
- ],
- "uniStatistics": {
- "enable": true
- },
- "usingComponents": {
- "cu-custom": "/components/cm-custom/cu-custom",
- "au-custom": "/components/cm-custom/au-custom",
- "cm-custom": "/components/cm-custom/cm-custom",
- "ws-custom": "/components/cm-custom/ws-custom",
- "scroll-top": "/components/cm-module/scrollTop/scrollTop",
- "city-picker": "/components/mpvue-citypicker/mpvueCityPicker"
- }
- }
|