Selaa lähdekoodia

fix:vue.config.js

zhangmeng09 1 vuosi sitten
vanhempi
sitoutus
8ddfc0e24b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      inspur-ui/vue.config.js

+ 1 - 1
inspur-ui/vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://localhost:8080/elevator-emergency`,
+        target: `http://localhost:8080/elevator-workOrder`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''