Browse Source

修复遥控器请求问题

李富豪 1 year ago
parent
commit
8c274eb082
2 changed files with 2 additions and 2 deletions
  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'