Ver código fonte

Finish Hotfix-zh-64

howie 3 anos atrás
pai
commit
bf3523f651

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