{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/register/register", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "订单" } }, { "path": "pages/home/home", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "详情" } }, { "path": "pages/address/address", "style": { "navigationBarTitleText": "地址" } }, { "path": "pages/shop/shop", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/type/type", "style": { "navigationBarTitleText": "分类" } }, { "path": "pages/list/list", "style": { "navigationBarTitleText": "列表" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#ff0000", // "backgroundColor": "#ff0000", "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-submit-bar": "/wxcomponents/dist/submit-bar/index", "van-image": "/wxcomponents/dist/image/index", "van-tab": "/wxcomponents/dist/tab/index", "van-tabs": "/wxcomponents/dist/tabs/index", "van-empty": "/wxcomponents/dist/empty/index" } }, "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": "我的" }] }, "uniIdRouter": {} }