优化代码

This commit is contained in:
wuxw 2024-04-02 16:44:49 +08:00
parent 3220724fec
commit df7ffe152b
2 changed files with 5 additions and 2 deletions

View File

@ -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/';

View File

@ -6,7 +6,7 @@
<index-menu></index-menu>
</view>
<index-notice></index-notice>
<index-notice ref="indexNoticeRef"></index-notice>
</view>
@ -101,6 +101,9 @@
if (hasLogin()) {
_that.judgeBindOwnerFun();
}
if(this.$refs.indexNoticeRef){
this.$refs.indexNoticeRef._loadData();
}
},
/**