Commit b464c6c9 authored by 姬鋆屾's avatar 姬鋆屾

tui

parent 6348e976
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
<img <img
v-for="(item, index) in fromData.url" v-for="(item, index) in fromData.url"
:key="index" :key="index"
:src="process.env.VUE_APP_API_BASE_URL + item" :src="baseUrl + item"
/> />
</div> </div>
<div v-else>--</div> <div v-else>--</div>
...@@ -273,6 +273,7 @@ export default { ...@@ -273,6 +273,7 @@ export default {
data() { data() {
return { return {
fromData: {}, fromData: {},
baseUrl: process.env.VUE_APP_API_BASE_URL,
}; };
}, },
computed: { computed: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment