|
@@ -31,7 +31,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div class="image-dialog">
|
|
|
- <el-image :src="currentImageUrls[imageIdx]" style="width: 40%"></el-image>
|
|
|
+ <el-image :src="'/api' + currentImageUrls[imageIdx]" style="width: 40%"></el-image>
|
|
|
</div>
|
|
|
<div class="image-dialog-btn" v-if="imageFps == 0">
|
|
|
<el-button type="primary" @click="pre_picture" :disabled="imageIdx <= 0">上一个</el-button>
|