Browse Source

线上环境配置

李富豪 1 year ago
parent
commit
ef6b443d61
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/api'
 
 # 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/api'
 
 # WebSocket 地址
 VITE_WEBSOCKET_URL = 'wss://uas.ryuiso.com:443/api/v1/ws'