diff --git a/flossom-ui/vue.config.js b/flossom-ui/vue.config.js index a4b129d..b54bcc6 100644 --- a/flossom-ui/vue.config.js +++ b/flossom-ui/vue.config.js @@ -43,9 +43,9 @@ module.exports = { proxy: { // detail: https://cli.vuejs.org/config/#devserver-proxy [process.env.VUE_APP_BASE_API]: { - // target: `http://110.41.134.131:8080`, + target: `http://110.41.134.131:8080`, // target: `http://localhost:8080`, - target: `http://192.168.10.147:8080`, + // target: `http://192.168.10.147:8080`, changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",