mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
3220724fec
commit
df7ffe152b
@ -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/';
|
||||
|
||||
@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user