Browse Source

转发原地址

李富豪 1 year ago
parent
commit
6f742fa88d
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 = 'https://uas.ryuiso.com'
+VITE_API_URL = 'http://118.195.177.247:6789'
 
 # 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 = 'https://uas.ryuiso.com'
+VITE_API_URL = 'http://118.195.177.247:6789'
 
 # WebSocket 地址
 VITE_WEBSOCKET_URL = 'wss://uas.ryuiso.com:443/api/v1/ws'