Browse Source

修改访问为124.71.171.71

hexiao 1 year ago
parent
commit
00f15e35b4
3 changed files with 3 additions and 3 deletions
  1. 1 1
      config/dev.env.js
  2. 1 1
      config/prod.env.js
  3. 1 1
      config/test.env.js

+ 1 - 1
config/dev.env.js

@@ -10,5 +10,5 @@ module.exports = merge(prodEnv, {
   // BASE_URL : '"http://10.199.10.10:5555"',
   // BASE_URL : '"http://10.199.10.10:9950/server"'
   // BASE_URL: '"http://10.199.30.249:9191"',
-  BASE_URL : '"http://192.168.0.103:5432"',
+  BASE_URL : '"http://124.71.171.71:5432"',
 })

+ 1 - 1
config/prod.env.js

@@ -4,5 +4,5 @@ module.exports = {
   // 测试
   // BASE_URL : '"http://10.199.10.10:5432"',
   // 生产
-  BASE_URL : '"http://115.182.16.117:5432"',
+  BASE_URL : '"http://124.71.171.71:5432"',
 }

+ 1 - 1
config/test.env.js

@@ -2,5 +2,5 @@
 module.exports = {
   NODE_ENV: '"production"',
   // 开发
-  BASE_URL : '"http://10.199.30.232:5432"',
+  BASE_URL : '"http://124.71.171.71:5432"',
 }