diff --git a/src/views/dashboard.vue b/src/views/dashboard.vue index 53cde18..d571210 100644 --- a/src/views/dashboard.vue +++ b/src/views/dashboard.vue @@ -13,11 +13,12 @@ export default { }, created() { const origin = window.location.origin - if (origin == 'http://192.168.0.56:21626') { - this.jumpUrl = origin - } else { - this.jumpUrl = 'http://192.168.0.14:18866' - } + this.jumpUrl = origin + // if (origin == 'http://192.168.0.56:21626') { + // this.jumpUrl = origin + // } else { + // this.jumpUrl = 'http://192.168.0.14:18866' + // } this.openNewWindow() this.$tab.closePage().then(() => {}) },