Parcourir la source

调整配置文件

lilinfeng il y a 3 mois
Parent
commit
2f8643f6f0
1 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. 8 4
      .env.production

+ 8 - 4
.env.production

@@ -1,8 +1,12 @@
 # 生产默认配置
 ENV = 'production'
 
-# VUE_APP_BASE_API = 'http://192.168.103.102:58080'
-VUE_APP_BASE_API = 'http://192.168.103.104:58080'
-# VUE_APP_BASE_API = 'https://test.api.shidaiyun.net'
-# VUE_APP_BASE_API =  "https://api.shidaiyun.net"
+
+# 测试
+# VUE_APP_BASE_API = 'http://192.168.103.104:58080' 
+
+
+# 正式
+VUE_APP_BASE_API =  "https://api.shidaiyun.net"  
+