heimawl
2023-06-21 0db1337e7a7592bedbf9a755d252f04908419902
vue.config.js
@@ -35,8 +35,8 @@
    proxy: {
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        target1: `http://116.62.18.175:8080`,
        target: `http://localhost:8080`,
        target1: `http://192.168.1.4:8080`,
        target: `http://192.168.1.4:8080`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''