张延森 3 年之前
父節點
當前提交
3df2116f78
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. 1
    1
      config/dev.js
  2. 1
    1
      config/prod.js

+ 1
- 1
config/dev.js 查看文件

@@ -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 查看文件

@@ -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: {