|
@@ -0,0 +1,368 @@
|
|
|
+{
|
|
|
+
|
|
|
+ "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": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|