更改iframe为相对路径

This commit is contained in:
syruan 2025-12-16 16:55:51 +08:00
parent 509dcb5b72
commit 8b31a0f768
1 changed files with 1 additions and 1 deletions

View File

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