李志伟 il y a 3 ans
Parent
révision
d21cf4e1dd
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      config/prod.js

+ 2
- 1
config/prod.js Voir le fichier

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