彭宇 hace 2 años
padre
commit
e5ce99b171
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -36,8 +36,8 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
          // target: `http://127.0.0.1:3031`,
-         // target: `http://117.78.49.164:3031`,
-         target: `http://192.168.1.110:3031`,
+         target: `http://117.78.49.164:3031`,
+         // target: `http://192.168.1.110:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''