Ver Fonte

Merge tag 'Hotfix-zh-64' into develop

Finish Hotfix-zh-64
howie há 3 anos atrás
pai
commit
1a36245011

+ 2 - 1
src/views/engin_deposit/components/deposit-apply-surrender.vue

@@ -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) => {