linwenxin hace 11 meses
padre
commit
66c3a1d411
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .env.development
  2. 1 1
      .env.staging

+ 1 - 1
.env.development

@@ -3,5 +3,5 @@ ENV = 'development'
 
 # base api
 # 121.43.111.127 192.168.31.6
-VUE_APP_BASE_API = 'http://121.43.111.127:10005/'
+VUE_APP_BASE_API = 'https://121.43.111.127:10005/'
 # VUE_APP_BASE_API = 'https://gyl.greeapps.com/supply_api/'

+ 1 - 1
.env.staging

@@ -5,5 +5,5 @@ ENV = 'staging'
 
 # base api
 #VUE_APP_BASE_API = 'http://121.43.111.127:10005/'
-VUE_APP_BASE_API = 'http://hg.zfire.top/api/'
+VUE_APP_BASE_API = 'https://hg.zfire.top/api/'