Kaynağa Gözat

修复遥控器请求问题

李富豪 1 yıl önce
ebeveyn
işleme
8c274eb082
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1 1
      Web/env/.env.production
  2. 1 1
      Web/env/.env.subsystem

+ 1 - 1
Web/env/.env.production

@@ -2,7 +2,7 @@
 VITE_ENV = 'production'
 
 # Api 地址
-VITE_API_URL = 'http://118.195.177.247:6789'
+VITE_API_URL = 'https://uas.ryuiso.com'
 
 # WebSocket 地址
 VITE_WEBSOCKET_URL = 'wss://uas.ryuiso.com:443/api/v1/ws'

+ 1 - 1
Web/env/.env.subsystem

@@ -2,7 +2,7 @@
 VITE_ENV = 'subsystem'
 
 # Api 地址
-VITE_API_URL = 'http://118.195.177.247:6789'
+VITE_API_URL = 'https://uas.ryuiso.com'
 
 # WebSocket 地址
 VITE_WEBSOCKET_URL = 'wss://uas.ryuiso.com:443/api/v1/ws'