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

tui

parent 6348e976
......@@ -81,7 +81,7 @@
<img
v-for="(item, index) in fromData.url"
:key="index"
:src="process.env.VUE_APP_API_BASE_URL + item"
:src="baseUrl + item"
/>
</div>
<div v-else>--</div>
......@@ -273,6 +273,7 @@ export default {
data() {
return {
fromData: {},
baseUrl: process.env.VUE_APP_API_BASE_URL,
};
},
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