123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "pages": [
- "pages/login/login",
- "pages/register/register",
- "pages/home/home",
- "pages/my/my",
- "pages/detail/detail",
- "pages/address/address",
- "pages/shop/shop",
- "pages/type/type"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ff0000"
- },
- "tabBar": {
- "color": "#000000",
- "selectedColor": "#ff0000",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/home.png",
- "selectedIconPath": "static/home_active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/type/type",
- "iconPath": "static/type.png",
- "selectedIconPath": "static/type_active.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/shop/shop",
- "iconPath": "static/shop.png",
- "selectedIconPath": "static/shop_active.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/my.png",
- "selectedIconPath": "static/my_active.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {
- "van-button": "/wxcomponents/dist/button/index",
- "van-image": "/wxcomponents/dist/image/index",
- "van-field": "/wxcomponents/dist/field/index",
- "van-tabbar": "/wxcomponents/dist/tabbar/index",
- "van-tabbar-item": "/wxcomponents/dist/tabbar-item/index",
- "van-search": "/wxcomponents/dist/search/index",
- "van-grid": "/wxcomponents/dist/grid/index",
- "van-grid-item": "/wxcomponents/dist/grid-item/index",
- "van-notice-bar": "/wxcomponents/dist/notice-bar/index",
- "van-tree-select": "/wxcomponents/dist/tree-select/index",
- "van-card": "/wxcomponents/dist/card/index",
- "van-sidebar": "/wxcomponents/dist/sidebar/index",
- "van-sidebar-item": "/wxcomponents/dist/sidebar-item/index",
- "van-empty": "/wxcomponents/dist/empty/index",
- "van-row": "/wxcomponents/dist/row/index",
- "van-col": "/wxcomponents/dist/col/index",
- "van-icon": "/wxcomponents/dist/icon/index",
- "van-divider": "/wxcomponents/dist/divider/index",
- "van-cell": "/wxcomponents/dist/cell/index",
- "van-cell-group": "/wxcomponents/dist/cell-group/index",
- "van-tag": "/wxcomponents/dist/tag/index",
- "van-goods-action": "/wxcomponents/dist/goods-action/index",
- "van-goods-action-icon": "/wxcomponents/dist/goods-action-icon/index",
- "van-goods-action-button": "/wxcomponents/dist/goods-action-button/index",
- "van-action-sheet": "/wxcomponents/dist/action-sheet/index",
- "van-stepper": "/wxcomponents/dist/stepper/index"
- }
- }
|