diff --git a/conf/config.js b/conf/config.js index cd60fa2..2b472b4 100644 --- a/conf/config.js +++ b/conf/config.js @@ -15,7 +15,7 @@ const baseUrl = '/'; // #ifndef H5 //服务器域名 小程序 或者 app 时 后端地址 -const baseUrl = 'https://wuye.taksongroup.com/'; +const baseUrl = 'http://demo.homecommunity.cn/'; // #endif let commonBaseUrl = 'http://demo.homecommunity.cn/'; diff --git a/pages/index/index.vue b/pages/index/index.vue index fe497ac..d50230a 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -6,7 +6,7 @@ - + @@ -101,6 +101,9 @@ if (hasLogin()) { _that.judgeBindOwnerFun(); } + if(this.$refs.indexNoticeRef){ + this.$refs.indexNoticeRef._loadData(); + } }, /**