mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-11 11:56:51 +08:00
feat(applicationManagement): 更新从业人员详情页面 URL
- 修改了 iframe 中的 src 属性,使用固定的 URL模板替代原有的动态 URL - 新的 URL 包含了 taCode 参数,以适应特定的业务需求
This commit is contained in:
@@ -10,7 +10,11 @@
|
|||||||
<!-- 使用iframe展示详情内容 -->
|
<!-- 使用iframe展示详情内容 -->
|
||||||
<iframe
|
<iframe
|
||||||
v-if="detailUrl"
|
v-if="detailUrl"
|
||||||
:src="detailUrl"
|
:src="
|
||||||
|
`http://39.104.123.254:7536/bpic_eli/risk_history.html?taCode=${
|
||||||
|
$route.query.taCode
|
||||||
|
}`
|
||||||
|
"
|
||||||
frameborder="0"
|
frameborder="0"
|
||||||
width="100%"
|
width="100%"
|
||||||
height="800px"
|
height="800px"
|
||||||
|
|||||||
Reference in New Issue
Block a user