fix
13404089107
7 天以前 2e90f57e7d28d6a949247ef39b487d3e75b56683
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
let config = {
  test: {
    // host: 'http://show.sinata.cn:8080',
    // host: 'http://221.182.45.100:8082',
    host: 'https://henanyunyue.com/restApi/',
    v: '',
    mapKey: '',
    loadText: {
      loadmore: '轻轻上拉或点击加载',
      loading: '努力加载中',
      nomore: '实在没有了'
    },
    // 动态tabbar,根据身份展示不同tabbar
    tabBar: {
      1: [
        // {
        //   "text": "找房",
        //   "pagePath": "/pages/home/index/index",
        //   "iconPath": "/static/img/app/icon_tab_home@2x.png",
        //   "selectedIconPath": "/static/img/app/icon_tab_home_selected@2x.png"
        // },
        {
          "text": "租房",
          "pagePath": "/pages/house/index/index",
          "iconPath": "/static/img/app/icon_tab_house@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_house_selected@2x.png"
        },
        {
          "text": "我的",
          "pagePath": "/pages/user/index/index",
          "iconPath": "/static/img/app/icon_tab_user@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_user_selected@2x.png"
        }
      ],
      2: [
        // {
        //   "text": "找房",
        //   "pagePath": "/pages/home/index/index",
        //   "iconPath": "/static/img/app/icon_tab_home@2x.png",
        //   "selectedIconPath": "/static/img/app/icon_tab_home_selected@2x.png"
        // },
        {
          "text": "租房",
          "pagePath": "/pages/house/index/index",
          "iconPath": "/static/img/app/icon_tab_house@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_house_selected@2x.png"
        },
        {
          "text": "收益",
          "pagePath": "/pages/income/index/index",
          "iconPath": "/static/img/app/icon_money@2x.png",
          "selectedIconPath": "/static/img/app/icon_money_selected@2x.png"
        },
        {
          "text": "我的",
          "pagePath": "/pages/user/index/index",
          "iconPath": "/static/img/app/icon_tab_user@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_user_selected@2x.png"
        }],
      3: [{
          "text": "找房",
          "pagePath": "/pages/home/index/index",
          "iconPath": "/static/img/app/icon_tab_home@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_home_selected@2x.png"
        },
        {
          "text": "房源",
          "pagePath": "/pages/listings/index/index",
          "iconPath": "/static/img/app/icon_tab_house@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_house_selected@2x.png"
        },
        {
          "text": "我的",
          "pagePath": "/pages/user/index/index",
          "iconPath": "/static/img/app/icon_tab_user@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_user_selected@2x.png"
        }],
      4: [{
          "text": "找房",
          "pagePath": "/pages/home/index/index",
          "iconPath": "/static/img/app/icon_tab_home@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_home_selected@2x.png"
        },
        {
          "text": "待办",
          "pagePath": "/pages/upcoming/index/index",
          "iconPath": "/static/img/app/icon_tab_house@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_house_selected@2x.png"
        },
        {
          "text": "我的",
          "pagePath": "/pages/user/index/index",
          "iconPath": "/static/img/app/icon_tab_user@2x.png",
          "selectedIconPath": "/static/img/app/icon_tab_user_selected@2x.png"
        }]
    }
  },
}
 
export default config.test;