diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index 01091845..b6de0667 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -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)