Browse Source

Merge remote-tracking branch 'origin/visu_environment' into visu_environment

# Conflicts:
#	visu_forest/index.html
#	visu_forest/static/js/chunk-176d0dbf.5c34cf17.js
#	visu_forest/static/js/chunk-commons.efc2f5d6.js
#	vue.config.js
Administrator 2 years ago
parent
commit
973cdc4a73
1 changed files with 2 additions and 3 deletions
  1. 2 3
      vue.config.js

+ 2 - 3
vue.config.js

@@ -35,9 +35,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: `http://36.49.108.22:3031`,
+         // target: `http://117.78.49.164:3031`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''