Browse Source

调整线上打包配置

李富豪 1 year ago
parent
commit
0a40dc8c6d
3 changed files with 4 additions and 4 deletions
  1. 2 2
      Web/env/.env.development
  2. 1 1
      Web/env/.env.production
  3. 1 1
      Web/env/.env.subsystem

+ 2 - 2
Web/env/.env.development

@@ -2,7 +2,7 @@
 VITE_ENV = 'development'
 
 # Api 地址
-VITE_API_URL = 'http://192.168.3.218:6789'
+VITE_API_URL = 'http://118.195.177.247:6789'
 
 # WebSocket 地址
-VITE_WEBSOCKET_URL = 'ws://192.168.3.218:6789/api/v1/ws'
+VITE_WEBSOCKET_URL = 'ws://118.195.177.247:6789/api/v1/ws'

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

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

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

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