Browse Source

转发原地址

李富豪 1 năm trước cách đây
mục cha
commit
6f742fa88d
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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'