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;
|