mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
Compare commits
3 Commits
e5ca8fbc00
...
24f75e9452
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24f75e9452 | ||
|
|
c0df2b0583 | ||
|
|
ddcb418a87 |
@ -157,11 +157,8 @@ export function loadActivites(dataObj) {
|
||||
}
|
||||
|
||||
_activites.forEach(function(_item) {
|
||||
_item.src = url.filePath + "?fileId=" + _item.headerImg +
|
||||
"&communityId=" + dataObj.communityId +
|
||||
"&time=" + new Date();
|
||||
_item.src = _item.headerImg;
|
||||
_item.startTime = dateTimeStringToDateString(_item.startTime);
|
||||
|
||||
_acts.push(_item);
|
||||
});
|
||||
resolve(_acts);
|
||||
|
||||
@ -80,12 +80,12 @@
|
||||
"disableHostCheck" : true,
|
||||
"proxy" : {
|
||||
"/app" : {
|
||||
"target" : "http://127.0.0.1:8008/", //目标接口域名
|
||||
"target" : "http://demo.homecommunity.cn/", //目标接口域名
|
||||
"changeOrigin" : true, //是否跨域
|
||||
"secure" : true // 设置支持https协议的代理
|
||||
},
|
||||
"/callComponent" : {
|
||||
"target" : "http://127.0.0.1:8008/", //目标接口域名
|
||||
"target" : "http://demo.homecommunity.cn/", //目标接口域名
|
||||
"changeOrigin" : true, //是否跨域
|
||||
"secure" : true // 设置支持https协议的代理
|
||||
}
|
||||
|
||||
@ -196,7 +196,7 @@
|
||||
loadApplyRoomDiscountType: function(){
|
||||
let _that = this;
|
||||
let params = {
|
||||
communityId: this.roomDetail.communityId,
|
||||
communityId: getCommunityId(),
|
||||
page: 1,
|
||||
row: 50
|
||||
}
|
||||
|
||||
@ -46,18 +46,18 @@
|
||||
|
||||
<script>
|
||||
var _this;
|
||||
import wInput from '../../components/watch-input.vue' //input
|
||||
import wButton from '../../components/watch-button.vue' //button
|
||||
import wInput from '@/components/watch-input.vue' //input
|
||||
import wButton from '@/components/watch-button.vue' //button
|
||||
import {
|
||||
sendSmsCode,
|
||||
ownerLogin,
|
||||
} from '../../api/user/userApi.js'
|
||||
import context from '../../lib/java110/Java110Context.js';
|
||||
} from '@/api/user/userApi.js'
|
||||
import context from '@/lib/java110/Java110Context.js';
|
||||
|
||||
import {
|
||||
|
||||
getLoginCode
|
||||
} from '../../lib/java110/page/Page.js';
|
||||
} from '@/lib/java110/page/Page.js';
|
||||
|
||||
import {
|
||||
saveOwnerStorage,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user