张延森 il y a 4 ans
Parent
révision
b9e5ca4d3b
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      config/dev.js
  2. 1
    1
      config/prod.js

+ 1
- 1
config/dev.js Voir le fichier

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"development"'
4 4
   },
5 5
   defineConstants: {
6
-    // SERVER_API: '"http://medical.p.njyunzhi.com"'
6
+    // SERVER_API: '"https://api.medical.p.njyunzhi.com"'
7 7
     SERVER_API: '"http://127.0.0.1:8080"'
8 8
   },
9 9
   mini: {},

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

@@ -3,7 +3,7 @@ module.exports = {
3 3
     NODE_ENV: '"production"'
4 4
   },
5 5
   defineConstants: {
6
-    SERVER_API: '"http://medical.p.njyunzhi.com"'
6
+    SERVER_API: '"https://api.medical.p.njyunzhi.com"'
7 7
   },
8 8
   mini: {},
9 9
   h5: {