李志伟 2 years ago
parent
commit
d72e457233
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      config/dev.js
  2. 2
    2
      config/prod.js

+ 2
- 2
config/dev.js View File

3
     NODE_ENV: '"development"',
3
     NODE_ENV: '"development"',
4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
-    HOST: '"http://192.168.89.25:7080"',
6
+    // HOST: '"http://192.168.89.25:7080"',
7
     // HOST: '"http://192.168.89.147:7080"',
7
     // HOST: '"http://192.168.89.147:7080"',
8
-    // HOST: '"https://machine.njyunzhi.com"',
8
+    HOST: '"https://machine.njyunzhi.com"',
9
     // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9
     // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
10
     // VERSION: '"3.0.3_2021-12-23"',
10
     // VERSION: '"3.0.3_2021-12-23"',
11
   },
11
   },

+ 2
- 2
config/prod.js View File

4
   },
4
   },
5
   defineConstants: {
5
   defineConstants: {
6
     // HOST: '"http://192.168.89.147:7080"',
6
     // HOST: '"http://192.168.89.147:7080"',
7
-    HOST: '"http://192.168.89.25:7080"',
8
-    // HOST: '"https://machine.njyunzhi.com"',
7
+    // HOST: '"http://192.168.89.25:7080"',
8
+    HOST: '"https://machine.njyunzhi.com"',
9
     // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
9
     // OSS: '"yz-shigongli.oss-accelerate.aliyuncs.com"',
10
     // VERSION: '"3.0.3_2021-12-23"',
10
     // VERSION: '"3.0.3_2021-12-23"',
11
   },
11
   },