更改iframe为相对路径
This commit is contained in:
parent
509dcb5b72
commit
8b31a0f768
|
|
@ -16,7 +16,7 @@ export default {
|
|||
|
||||
this.iframeSrc =
|
||||
process.env.NODE_ENV === 'production'
|
||||
? 'http://36.33.26.201:21999/iws/mall-view/home?redirect=equipList'
|
||||
? '/iws/mall-view/home?redirect=equipList'
|
||||
: 'http://localhost:8102/iws/mall-view/home?redirect=equipList'
|
||||
console.log('🚀 ~ this.iframeSrc:', this.iframeSrc)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue