mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化代码
This commit is contained in:
parent
3220724fec
commit
df7ffe152b
@ -15,7 +15,7 @@ const baseUrl = '/';
|
|||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
const baseUrl = 'https://wuye.taksongroup.com/';
|
const baseUrl = 'http://demo.homecommunity.cn/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<index-menu></index-menu>
|
<index-menu></index-menu>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<index-notice></index-notice>
|
<index-notice ref="indexNoticeRef"></index-notice>
|
||||||
|
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@ -101,6 +101,9 @@
|
|||||||
if (hasLogin()) {
|
if (hasLogin()) {
|
||||||
_that.judgeBindOwnerFun();
|
_that.judgeBindOwnerFun();
|
||||||
}
|
}
|
||||||
|
if(this.$refs.indexNoticeRef){
|
||||||
|
this.$refs.indexNoticeRef._loadData();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user