张延森 3 år sedan
förälder
incheckning
cd0cb11eb1
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1
    1
      config/dev.js
  2. 1
    0
      config/prod.js

+ 1
- 1
config/dev.js Visa fil

@@ -4,7 +4,7 @@ module.exports = {
4 4
   },
5 5
   defineConstants: {
6 6
     // HOST: '"http://192.168.89.147:8080"',
7
-    HOST: '"http://sgl-v2-test.njyunzhi.com"',
7
+    HOST: '"https://sgl-v2-test.njyunzhi.com"',
8 8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9 9
     VERSION: '"3.0.3_2021-12-23"',
10 10
   },

+ 1
- 0
config/prod.js Visa fil

@@ -4,6 +4,7 @@ module.exports = {
4 4
   },
5 5
   defineConstants: {
6 6
     HOST: '"https://sgl-v2.njyunzhi.com"',
7
+    // HOST: '"https://sgl-v2-test.njyunzhi.com"',
7 8
     OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
8 9
     VERSION: '"3.0.3_2021-12-23"',
9 10
   },