浏览代码

0.0.55

0.0.55
Sean 3 月之前
父节点
当前提交
a705828430
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      .env.production

+ 8 - 2
.env.production

@@ -1,13 +1,19 @@
 # just a flag
 ENV = 'production'
 
-# 测试环境,当你需要打包到正式环境且需要开启Gzip的时候,你需要使用下面那
+# 测试环境,当你需要打包到正式环境且需要开启Gzip的时候,你需要从下面选择一
 # base api
 VUE_APP_BASE_API = 'http://183.131.25.186:9501'
 # base websocket
 VUE_APP_BASE_WEBSOCKET = 'ws://183.131.25.186:9506'
 
-# 正式环境,当你需要打包到测试环境且需要开启Gzip的时候,你需要使用上面那个
+# 预发布环境
+# base websocket
+# VUE_APP_BASE_WEBSOCKET = 'ws://116.131.8.26:9501:9506'
+# # base api
+# VUE_APP_BASE_API = 'http://116.131.8.26:9501'
+
+# 正式环境
 # base websocket
 # VUE_APP_BASE_WEBSOCKET = 'ws://admin.bjzxtw.org.cn:9506'
 # # base api