diff --git a/api/index/indexApi.js b/api/index/indexApi.js index 940ebc2..ce192a4 100644 --- a/api/index/indexApi.js +++ b/api/index/indexApi.js @@ -157,11 +157,8 @@ export function loadActivites(dataObj) { } _activites.forEach(function(_item) { - _item.src = url.filePath + "?fileId=" + _item.headerImg + - "&communityId=" + dataObj.communityId + - "&time=" + new Date(); + _item.src = _item.headerImg; _item.startTime = dateTimeStringToDateString(_item.startTime); - _acts.push(_item); }); resolve(_acts); diff --git a/manifest.json b/manifest.json index 09a5ab9..7fa547f 100644 --- a/manifest.json +++ b/manifest.json @@ -80,12 +80,12 @@ "disableHostCheck" : true, "proxy" : { "/app" : { - "target" : "http://127.0.0.1:8008/", //目标接口域名 + "target" : "http://demo.homecommunity.cn/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 }, "/callComponent" : { - "target" : "http://127.0.0.1:8008/", //目标接口域名 + "target" : "http://demo.homecommunity.cn/", //目标接口域名 "changeOrigin" : true, //是否跨域 "secure" : true // 设置支持https协议的代理 } diff --git a/pages.json b/pages.json index fda4a9f..c77483b 100644 --- a/pages.json +++ b/pages.json @@ -1117,12 +1117,12 @@ "iconPath": "static/images/rent.png", "selectedIconPath": "static/images/rent-selected.png" }, - { - "pagePath": "pages/mall/mall", - "text": "商圈", - "iconPath": "static/images/market.png", - "selectedIconPath": "static/images/market-selected.png" - }, + // { + // "pagePath": "pages/mall/mall", + // "text": "商圈", + // "iconPath": "static/images/market.png", + // "selectedIconPath": "static/images/market-selected.png" + // }, { "pagePath": "pages/my/my", "text": "我的", diff --git a/pages/login/login.vue b/pages/login/login.vue index 7afa7c0..6511818 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -46,18 +46,18 @@