张延森 3 yıl önce
ebeveyn
işleme
3df2116f78
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1
    1
      config/dev.js
  2. 1
    1
      config/prod.js

+ 1
- 1
config/dev.js Dosyayı Görüntüle

@@ -4,7 +4,7 @@ module.exports = {
4 4
   },
5 5
   defineConstants: {
6 6
     // HOST: '"http://192.168.89.147:8080"',
7
-    HOST: '"https://sgl-v2.njyunzhi.com"',
7
+    HOST: '"https://sgl-v2-test.njyunzhi.com"',
8 8
   },
9 9
   mini: {},
10 10
   h5: {}

+ 1
- 1
config/prod.js Dosyayı Görüntüle

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    HOST: '"https://sgl-v2.njyunzhi.com"',
6
+    HOST: '"https://sgl-v2-test.njyunzhi.com"',
7 7
   },
8 8
   mini: {},
9 9
   h5: {