liangjiahao 3 vuotta sitten
vanhempi
commit
cef5d393f0
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -34,8 +34,8 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://192.168.5.177:8080`,
-        // target: `http://192.168.5.66:8089`,
+        // target: `http://192.168.5.177:8080`,
+        target: `http://192.168.5.66:8089`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''