{ "pages": [ "pages/login/login", "pages/register/register", "pages/order/order", "pages/home/home", "pages/my/my", "pages/detail/detail", "pages/address/address", "pages/shop/shop", "pages/type/type", "pages/list/list" ], "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", "van-toast": "/wxcomponents/dist/toast/index", "van-checkbox": "/wxcomponents/dist/checkbox/index", "van-checkbox-group": "/wxcomponents/dist/checkbox-group/index", "van-submit-bar": "/wxcomponents/dist/submit-bar/index", "van-tab": "/wxcomponents/dist/tab/index", "van-tabs": "/wxcomponents/dist/tabs/index" } }