dedsudiyu 1 jaar geleden
bovenliggende
commit
56042b97ff
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      .env.production

+ 2 - 2
.env.production

@@ -12,11 +12,11 @@ ENV = 'production'
 
 # ####################外网接口配置####################
 
-VUE_APP_BASE_API = '218.3.208.12:2203/api'
+VUE_APP_BASE_API = 'lab.zjznai.com/api'
 
 
 
 # ####################内网接口配置####################
 
-VUE_APP_BASE_LOCAL_API = '218.3.208.12:2203/api'
+VUE_APP_BASE_LOCAL_API = '192.168.1.9/api'