{ "easycom": { "autoscan": true, "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "个人中心" } }, { "path": "pages/change_password/change_password", "style": { "navigationBarTitleText": "修改密码", "navigationBarBackgroundColor": "#ffe079", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/find_funds/findFunds", "style": { "navigationBarTitleText": "找款", "navigationBarBackgroundColor": "#ffe079", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "type": "default" } } } }, { "path": "pages/find_funds/fundsOrder", "style": { "navigationBarTitleText": "找款订单", "navigationBarBackgroundColor": "#ffe079", "navigationBarTextStyle": "black", "app-plus": { "titleNView": { "type": "default" } } } }, { "path": "pages/mall/index", "style": { "navigationBarTitleText": "商城", "navigationStyle": "custom" } }, { "path": "pages/mall/newIndex", "style": { "navigationBarTitleText": "商城", "navigationStyle": "custom", "onReachBottomDistance": 100 } } ], "subPackages": [ { "root": "pages/users", "name": "users", "pages": [ { "path": "order_list/index", "style": { "navigationBarTitleText": "我的订单", "navigationBarBackgroundColor": "#e93323", "navigationBarTextStyle": "black" } }, { "path": "login/index", "style": { "navigationBarTitleText": "登录", "navigationBarBackgroundColor": "#ffe079", "navigationBarTextStyle": "black" } }, { "path": "app_login/index", "style": { "navigationBarTitleText": "绑定手机号", "navigationStyle": "custom" } } ] } ], "globalStyle": { "navigationBarBackgroundColor": "#F8F8F8", "navigationBarTextStyle": "black", "navigationBarTitleText": "水贝商城", "backgroundColor": "#ffe079" }, "tabBar": { "color": "#282828", "selectedColor": "#CD9933", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/images/tabbar/1-001.png", "selectedIconPath": "static/images/tabbar/1-002.png", "text": "首页" }, { "pagePath": "pages/mall/newIndex", "iconPath": "static/images/tabbar/3-001.png", "selectedIconPath": "static/images/tabbar/3-002.png", "text": "购物车" }, { "pagePath": "pages/user/index", "iconPath": "static/images/tabbar/4-001.png", "selectedIconPath": "static/images/tabbar/4-002.png", "text": "我的" } ] }, "uniIdRouter": {} }