|
@@ -17,7 +17,7 @@
|
|
|
<uni-grid :column="5" :highlight="true" :showBorder="false">
|
|
|
<uni-grid-item v-for="(dataitem,dataindex) in item" :key="dataitem.id">
|
|
|
<view>
|
|
|
- <image class="uni-header-image" :src="'http://127.0.0.1:8080'+dataitem.fileUrl"
|
|
|
+ <image class="uni-header-image" :src="loadImgSrcLocalhost(dataitem.fileUrl)"
|
|
|
@click="querygrid(dataitem)"></image>
|
|
|
<uni-title type="h5" :title="dataitem.name" align="center"></uni-title>
|
|
|
</view>
|