fix(route/szse): incorrect url (#18613)

This commit is contained in:
Ethan Shen 2025-03-16 11:53:00 +08:00 committed by GitHub
parent e8346f77ff
commit e391faaddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
<p>公司简称:{{ item.gsjc }}</p>
<p>发函日期:{{ item.fhrq }}</p>
<p>函件类别:{{ item.hjlb }}</p>
<p>函件内容:<a href="{{ item.ck }}">详细内容</a></p>
<p>函件内容:<a href="http://reportdocs.static.szse.cn/{{ item.ck }}">详细内容</a></p>
<p>公司回复:{{@ item.hfck }}</p>