@@ -333,7 +333,7 @@
></ObsImageUpload>
</div>
<div style="display: flex;width: 100%;height: 100%;" v-if="activeNames == '回填、撤场'">
- <h3 style="width: 95px;font-weight: 600;text-align: left;text-indent: 25px;">铺设警示带</h3>
+ <h3 style="width: 105px;font-weight: 600;text-align: left;text-indent: 25px;">铺设警示带</h3>
<ObsImageUpload
:class=" (status == 'read-only' || status == 'review' )? 'obsImageUploads' : '' "
ref="obsImageUpload2"
@@ -35,6 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
+ // target: `http://127.0.0.1:8080`,
target: `http://127.0.0.1:8080`,
changeOrigin: true,
pathRewrite: {