Browse Source

调整配置文件

lilinfeng 3 months ago
parent
commit
2f8643f6f0
1 changed files with 8 additions and 4 deletions
  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"  
+