|
|
@ -146,7 +146,7 @@ export default { |
|
|
|
}).catch(() => { }) |
|
|
|
}, |
|
|
|
goScreen () { |
|
|
|
let url = 'http://localhost:8091/#/home' |
|
|
|
let url = 'https://epdc-shibei.elinkservice.cn/screen-bssb/#/home' |
|
|
|
let streetUrl = this.streetId ? `${url}?formPcStreetId=${this.streetId}` : url |
|
|
|
let communityUrl = this.communityId ? `${url}?formPcStreetId=${this.streetId}&formPcCommunityId=${this.communityId}` : url |
|
|
|
window.open(this.communityId ? communityUrl : streetUrl) |
|
|
|