123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
- "^gf-(.*)": "@/components/gf-$1/gf-$1.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/home",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/mine/login",
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/change-city",
- "style": {
- "navigationBarTitleText": "切换城市"
- }
- },
- {
- "path": "pages/index/video",
- "style": {
- "navigationBarTitleText": "视频",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/info",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/chat",
- "style": {
- "navigationBarTitleText": "在线咨询",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/houses-info",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/pk-info",
- "style": {
- "navigationBarTitleText": "对比详情",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/pk-search",
- "style": {
- "navigationBarTitleText": "楼盘对比",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/pk-list",
- "style": {
- "navigationBarTitleText": "楼盘对比",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/broker",
- "style": {
- "navigationBarTitleText": "经纪人",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "pages/index/news-info",
- "style": {
- "navigationBarTitleText": "头条详情",
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff"
- }
- },
- {
- "path": "pages/index/news",
- "style": {
- "navigationBarTitleText": "楼市头条",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/index/fuli-info",
- "style": {
- "navigationBarTitleText": "福利详情",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/index/fuli",
- "style": {
- "navigationBarTitleText": "平台福利",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/video/video",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/video/info",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/baobei/baobei",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/userinfo",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/baobei-list",
- "style": {
- "navigationBarTitleText": "我的报备",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/baobei-info",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/xieyi",
- "style": {
- "navigationBarTitleText": "佣金说明",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/setting",
- "style": {
- "navigationBarTitleText": "系统设置",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/yongjin",
- "style": {
- "navigationBarTitleText": "佣金明细",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- }
- ,{
- "path" : "pages/index/report",
- "style" :
- {
- "navigationBarTitleText": "客户报备",
- "enablePullDownRefresh": false,
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
-
- },
- {
- "path" : "pages/mine/jifen",
- "style" :
- {
- "navigationBarTitleText": "积分明细",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
-
- }
- ],
- "subPackages": [{
- "root": "pagesA",
- "pages": [{
- "path": "index/allHouses",
- "style": {
- "navigationBarTitleText": "全部楼盘",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "index/webview",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "index/yifang",
- "style": {
- "navigationBarTitleText": "一房一价",
- "navigationStyle": "custom"
- }
- }, {
- "path": "index/rizhao",
- "style": {
- "navigationBarTitleText": "日照测评",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "index/dataCenter",
- "style": {
- "navigationBarTitleText": "数据中心",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "index/newHouses",
- "style": {
- "navigationBarTitleText": "新房底价",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1E7DFF"
- }
- },
- {
- "path": "index/counter",
- "style": {
- "navigationBarTitleText": "房贷计算器",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "index/counter-info",
- "style": {
- "navigationBarTitleText": "还款详情",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#1F7EFF"
- }
- },
- {
- "path": "index/wenda-list",
- "style": {
- "navigationBarTitleText": "房产问答"
- }
- },
- {
- "path": "index/wenda-info",
- "style": {
- "navigationBarTitleText": "房产问答"
- }
- },
- {
- "path": "index/kefu",
- "style": {
- "navigationBarTitleText": "在线客服"
- }
- }
- ]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "selectedColor": "#1E7DFF",
- "color": "#7C7C7C",
- "list": [{
- // "iconPath": "static/images/index.png",
- "pagePath": "pages/index/index"
- // "selectedIconPath": "static/images/index1.png",
- // "text": "首页"
- },
- {
- // "iconPath": "static/images/video.png",
- "pagePath": "pages/video/video"
- // "selectedIconPath": "static/images/video1.png",
- // "text": "视频"
- },
- {
- // "iconPath": "static/images/baobei.png",
- "pagePath": "pages/baobei/baobei"
- // "selectedIconPath": "static/images/baobei1.png",
- // "text": "客户报备"
- },
- {
- // "iconPath": "static/images/mine.png",
- "pagePath": "pages/mine/mine"
- // "selectedIconPath": "static/images/mine1.png",
- // "text": "我的"
- }
- ]
- }
- }
|