Ver código fonte

后端接口固定IP更新

cfort 1 ano atrás
pai
commit
5daae1438a
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .env.development

+ 2 - 2
.env.development

@@ -18,9 +18,9 @@ VUE_APP_BASE_REPORT_API = 'http://dev1.local/raqsoft'
 # ---开发环境
 VUE_APP_BASE_API_0_0_DEV = ${VUE_APP_BASE_API}
 # ---本地环境1
-VUE_APP_BASE_API_1_0_7LZ = http://192.168.2.7:5100/ibps
+VUE_APP_BASE_API_2_0_8GZL = http://192.168.2.8:5100/ibps
 # ---本地环境2
-VUE_APP_BASE_API_2_0_9GZL = http://192.168.2.9:5100/ibps
+VUE_APP_BASE_API_1_0_9LZ = http://192.168.2.9:5100/ibps
 # ---测试环境
 VUE_APP_BASE_API_2_0_TEST = http://test1.local/ibps
 # ---演示环境