Administrator 2 gadi atpakaļ
vecāks
revīzija
40b048061f
1 mainītis faili ar 2 papildinājumiem un 3 dzēšanām
  1. 2 3
      vue.config.js

+ 2 - 3
vue.config.js

@@ -42,9 +42,8 @@ module.exports = {
     proxy: {
       // 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: `https://127.0.0.1:3031`,
+         target: `https://117.78.49.164:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''