This commit is contained in:
2025-08-02 15:52:24 +08:00
parent e60c435fa6
commit 760b707116
5 changed files with 247 additions and 10 deletions

View File

@ -72,7 +72,7 @@
<image-preview :src="item.path" width="200px" />
</span>
<span v-else>
<el-link :href="`${item.url}`" :underline="false" target="_blank">
<el-link :href="`${'http://58.17.134.85:8919' + item.url}`" :underline="false" target="_blank">
<span> {{ item.originalName }} </span>
</el-link>
</span>