diff --git a/jsowell-ui/src/views/pile/station/components/SiteInfo.vue b/jsowell-ui/src/views/pile/station/components/SiteInfo.vue index b07be55fb..59149d6f6 100644 --- a/jsowell-ui/src/views/pile/station/components/SiteInfo.vue +++ b/jsowell-ui/src/views/pile/station/components/SiteInfo.vue @@ -2,7 +2,7 @@
上传图片
- + @@ -54,7 +54,7 @@ - + @@ -96,7 +96,7 @@ - + @@ -120,7 +120,7 @@ - + @@ -157,8 +157,7 @@ @@ -167,7 +166,7 @@ @@ -196,6 +195,7 @@ export default { dicts: ["station_type", "match_cars", "construction_type"], data() { return { + actionUrl:process.env.VUE_APP_BASE_API+'/common/uploadOSS', dialogVisible:false, headers: { Authorization: "Bearer " + getToken() @@ -299,7 +299,7 @@ export default { }; }, created() { - + }, methods: { handleSuccess(res, file) {