2025年6月9日10:23:02

This commit is contained in:
17792275749
2025-06-09 10:23:05 +08:00
commit 9df8b7e8e2
146 changed files with 23980 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# 正式环境
NODE_ENV=production
# axios 请求地址
VUE_APP_ST_REQUEST_URL = http://192.168.1.210/gateway
VUE_APP_CT_REQUEST_URL = http://vip.shuziweidao.com
# mqtt 通信地址
VUE_APP_ST_MQTT_URL = 192.168.1.210
VUE_APP_ST_MQTT_PORT = 61614
VUE_APP_CT_MQTT_URL = vip.shuziweidao.com
VUE_APP_CT_MQTT_PORT = 61614