更改大屏跳转地址

This commit is contained in:
BianLzhaoMin 2024-07-16 17:48:23 +08:00
parent a892071c5d
commit 5783dde87a
1 changed files with 2 additions and 2 deletions

View File

@ -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',
)