更改大屏跳转地址
This commit is contained in:
parent
a892071c5d
commit
5783dde87a
|
|
@ -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',
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue