|
@@ -399,7 +399,7 @@ export default {
|
|
|
return {
|
|
|
isDis: true,
|
|
|
listLoading: false,
|
|
|
- baseURL: process.env.VUE_APP_BASE_API,
|
|
|
+ baseURL: '',
|
|
|
fileList: [],
|
|
|
details: {},
|
|
|
restrictFilename: [
|
|
@@ -408,6 +408,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created() {
|
|
|
+ this.imageURL = this.$imageUrl
|
|
|
geDetail({ id: this.$parent.depositManageId }).then((res) => {
|
|
|
this.details = res.data
|
|
|
res.data.items.forEach((item) => {
|