Browse Source

更新接口地址

csg6 3 weeks ago
parent
commit
cf89ed7104
2 changed files with 5 additions and 2 deletions
  1. 1 1
      .env.development
  2. 4 1
      .env.production

+ 1 - 1
.env.development

@@ -5,7 +5,7 @@ VUE_APP_TITLE = 双重预防综合管理系统
5 5
 ENV = 'development'
6 6
 
7 7
 # 双重防御系统开发环境后台接口地址配置
8
-VUE_APP_BASE_API = 'http://39.105.121.97:18080'
8
+VUE_APP_BASE_API = 'http://101.42.248.108:17007'
9 9
 # VUE_APP_BASE_API = 'http://192.168.29.184:18080'
10 10
 #VUE_APP_BASE_API = 'http://localhost:18080'
11 11
 

+ 4 - 1
.env.production

@@ -5,4 +5,7 @@ VUE_APP_TITLE = 双重预防综合管理系统
5 5
 ENV = 'production'
6 6
 
7 7
 # 双重预防综合管理系统/生产环境
8
-VUE_APP_BASE_API = 'http://39.105.121.97:18080'
8
+# 公司服务器
9
+#VUE_APP_BASE_API = 'http://39.105.121.97:18080'
10
+# 王宇服务器
11
+VUE_APP_BASE_API = 'http://101.42.248.108:17007'