大屏跳转地址

This commit is contained in:
zhouzy062 2024-04-01 10:24:45 +08:00
parent 5fd5f36411
commit 2a649e921e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
},
methods: {
openNewWindow() {
window.open('http://112.29.103.165:21624/index01.html?token='+localStorage.getItem('token'), '_blank');
window.open('http://112.29.103.165:21626/index01.html?token='+localStorage.getItem('token'), '_blank');
}
}
};