Selaa lähdekoodia

修改民用调压柜

qinhouyu 11 kuukautta sitten
vanhempi
commit
37dde08a16
2 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 1 1
      src/components/ConstructionDetails/indexGY.vue
  2. 1 0
      vue.config.js

+ 1 - 1
src/components/ConstructionDetails/indexGY.vue

@@ -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"

+ 1 - 0
vue.config.js

@@ -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: {