mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化导入代码
This commit is contained in:
parent
19a780412d
commit
68ff574011
@ -15,7 +15,7 @@ const baseUrl = '/';
|
|||||||
|
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
//服务器域名 小程序 或者 app 时 后端地址
|
//服务器域名 小程序 或者 app 时 后端地址
|
||||||
const baseUrl = 'https://192.168.100.108:8088/';
|
const baseUrl = 'https://wuye.taksongroup.com/';
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
let commonBaseUrl = 'http://demo.homecommunity.cn/';
|
||||||
|
|||||||
@ -35,7 +35,9 @@
|
|||||||
.then((_owner)=>{
|
.then((_owner)=>{
|
||||||
let _data = {
|
let _data = {
|
||||||
memberId: _owner.memberId,
|
memberId: _owner.memberId,
|
||||||
communityId: _owner.communityId
|
communityId: _owner.communityId,
|
||||||
|
page:1,
|
||||||
|
row:300
|
||||||
};
|
};
|
||||||
_that.communityName = _owner.communityName;
|
_that.communityName = _owner.communityName;
|
||||||
_that.communityId = _owner.communityId;
|
_that.communityId = _owner.communityId;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user