需要为 URL 配置 publicPath 前缀:process.env.BASE_URL

this.currentSrc = `${process.env.BASE_URL}workflow/modeler.html?modelId=${this.$route.query.modelId}&condition=${process.env.VUE_APP_BASE_API}`

<img :src="`${process.env.BASE_URL}image1.png`">

 

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-02-06
  • 2021-06-01
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-10-22
  • 2021-12-08
相关资源
相似解决方案