diff --git a/src/views/iframe/MallIframe.vue b/src/views/iframe/MallIframe.vue index 0d6e7f61..69011415 100644 --- a/src/views/iframe/MallIframe.vue +++ b/src/views/iframe/MallIframe.vue @@ -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) },