| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "pages": [
- "pages/index/index",
- "pages/detail/detail",
- "pages/my/my",
- "pages/city/city",
- "pages/web/web",
- "pages/chat-list/chat-list",
- "pages/chat/chat",
- "pages/map/map",
- "pages/user-info/user-info",
- "pages/about/about",
- "pages/login/login",
- "pages/client/client",
- "pages/client-detail/client-detail",
- "pages/add-client/add-client",
- "pages/follow-list/follow-list",
- "pages/detail-intro/detail-intro",
- "pages/message-list/message-list",
- "pages/customer-list/customer-list",
- "pages/avatar-cropper/avatar-cropper"
- ],
- "usingComponents": {
- "search-bar": "components/searchbar/searchbar",
- "swiper-banner": "components/swiper/swiper",
- "tags-list": "components/tags/tags",
- "van-toast": "components/vant-ui/toast/index"
- },
- "window": {
- "navigationBarTitleText": "四维看房经纪人端",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "custom": true,
- "color": "#79868F",
- "selectedColor": "#1FE4DC",
- "list": [
- {
- "selectedIconPath": "image/4Dage/tab/icon_tab_hose_active@2x.png",
- "iconPath": "image/4Dage/tab/icon_tab_hose_normal@2x.png",
- "pagePath": "pages/index/index",
- "text": "房源"
- },
- {
- "selectedIconPath": "image/4Dage/tab/icon_atab_customer_active@2x.png",
- "iconPath": "image/4Dage/tab/icon_atab_customer_normal@2x.png",
- "pagePath": "pages/client/client",
- "text": "客源"
- },
- {
- "selectedIconPath": "image/4Dage/tab/icon_atab_msg_active@2x.png",
- "iconPath": "image/4Dage/tab/icon_atab_msg_normal@2x.png",
- "pagePath": "pages/chat-list/chat-list",
- "text": "消息"
- },
- {
- "selectedIconPath": "image/4Dage/tab/icon_atab_me_active@2x.png",
- "iconPath": "image/4Dage/tab/icon_atab_me_normal@2x.png",
- "pagePath": "pages/my/my",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "为了更好的服务,请授权位置信息"
- }
- },
- "sitemapLocation": "sitemap.json"
- }
|