| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "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": {}
- }
|