|
|
@ -8,7 +8,7 @@ |
|
|
|
<div class="image-container" v-else-if="activeTabKey == 'ct'"> |
|
|
|
<template v-if="fileList && fileList.length"> |
|
|
|
<div class="image-box" v-for="(img, index) in fileList"> |
|
|
|
<img :src="'http://116.204.114.73:20007'+ img" :alt="'ct'+index" /> |
|
|
|
<img :src="imgUrl+ img" :alt="'ct'+index" /> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
|
|
|
@ -33,7 +33,7 @@ |
|
|
|
mapState |
|
|
|
} from 'vuex'; |
|
|
|
import { |
|
|
|
apiUrl |
|
|
|
apiUrl, imgUrl |
|
|
|
} from '@/config/setting.js'; |
|
|
|
import emptyImage from '@/assets/images/slice/empty.png' |
|
|
|
import ThromInterfereImageDcm from './throm-interfere-image-dcm.vue' |
|
|
@ -47,6 +47,7 @@ |
|
|
|
data() { |
|
|
|
return { |
|
|
|
apiUrl, |
|
|
|
imgUrl, |
|
|
|
emptyImage, |
|
|
|
activeTabKey: 'tab1', |
|
|
|
previewVisible: false, |
|
|
|