Browse Source

优化

release/epdc
zhaoyongnian 3 years ago
parent
commit
6e17c2b23f
  1. 2
      src/views/main-navbar.vue

2
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)

Loading…
Cancel
Save