Merge remote-tracking branch 'origin/dev-cq' into dev-cq

This commit is contained in:
liang.chao 2024-04-01 15:43:49 +08:00
commit efe50ba2b1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
}, },
methods: { methods: {
openNewWindow() { 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');
} }
} }
}; };