提交 1e3e0df3 authored 作者: 张伊明's avatar 张伊明

合并分支 'ayp-dev' 到 'pre'

修改写报图片ip地址 查看合并请求 !325
流水线 #391 已通过 于阶段
in 4 分 0 秒
const baseUrl = `http://8.140.26.4:9085` const baseUrl = `http://8.140.26.4:9085`
const outImgbaseUrl = `http://172.19.21.9:8003/out/img` // 写报图片URL const outImgbaseUrl = `http://8.140.26.4:10017/out/img` // 写报图片URL
\ No newline at end of file \ No newline at end of file
...@@ -511,6 +511,7 @@ export const useWrittingAsstaintStore = defineStore('writtingAsstaint', { ...@@ -511,6 +511,7 @@ export const useWrittingAsstaintStore = defineStore('writtingAsstaint', {
if (this.reportContent.includes('./out/img')) { if (this.reportContent.includes('./out/img')) {
this.reportContent = this.reportContent.replaceAll('./out/img', outImgbaseUrl); this.reportContent = this.reportContent.replaceAll('./out/img', outImgbaseUrl);
// console.log(reportContent)
} }
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论