diff --git a/sgzb-ui/src/views/dashboard.vue b/sgzb-ui/src/views/dashboard.vue index 709d3f61..37f5a8f0 100644 --- a/sgzb-ui/src/views/dashboard.vue +++ b/sgzb-ui/src/views/dashboard.vue @@ -13,7 +13,7 @@ export default { }, created() { const origin = window.location.origin - if (origin == 'http://112.29.103.165:21626') { + if (origin == 'http://192.168.8.163:21624') { this.jumpUrl = origin } else { this.jumpUrl = 'http://192.168.0.14:18866' @@ -24,7 +24,7 @@ export default { methods: { openNewWindow() { window.open( - `${this.jumpUrl}/index01.html?token=` + + `${this.jumpUrl}/bigScrap/index01.html?token=` + localStorage.getItem('token'), '_blank', )