1
This commit is contained in:
parent
58cb07d33f
commit
5a0a86fe4a
@ -27,8 +27,8 @@ const config = {
|
|||||||
// config.baseUrl = 'http://tc.cqsznc.com:7080/api';
|
// config.baseUrl = 'http://tc.cqsznc.com:7080/api';
|
||||||
|
|
||||||
//正式
|
//正式
|
||||||
// config.baseUrl = 'http://183.230.235.66:11010/api';
|
config.baseUrl = 'http://183.230.235.66:11010/api';
|
||||||
|
|
||||||
|
|
||||||
config.baseUrl = 'http://9143b75.r28.cpolar.top';
|
// config.baseUrl = 'http://9143b75.r28.cpolar.top';
|
||||||
export default config;
|
export default config;
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
<image
|
<image
|
||||||
v-for="(img, idx) in realImages"
|
v-for="(img, idx) in realImages"
|
||||||
:key="idx"
|
:key="idx"
|
||||||
:src="img"
|
:src="img.imagePath"
|
||||||
mode="aspectFill"
|
mode="aspectFill"
|
||||||
class="preview-image"
|
class="preview-image"
|
||||||
@click="previewImage(idx)"
|
@click="previewImage(idx)"
|
||||||
@ -142,7 +142,7 @@ export default {
|
|||||||
async loadEevetInfo() {
|
async loadEevetInfo() {
|
||||||
let res = await this.$u.api.getWarnEventInfo({}, this.warnInfo.id);
|
let res = await this.$u.api.getWarnEventInfo({}, this.warnInfo.id);
|
||||||
if (res.code == "200") {
|
if (res.code == "200") {
|
||||||
|
this.realImages = res.data
|
||||||
}
|
}
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user