diff --git a/.env.production b/.env.production index e6bf2889..2143668f 100644 --- a/.env.production +++ b/.env.production @@ -9,7 +9,7 @@ VUE_APP_VERSION = '20240520' # 管理系统/生产环境 VUE_APP_PDOMAIN = 'tanex56' VUE_APP_DATA_FROM = 'pc' -VUE_APP_BASE_API = 'https://api.emis.tanex56.com/api/bizsvr' -VUE_APP_WS_HOST = 'wss://api.emis.tanex56.com/api/bizsvr' +VUE_APP_BASE_API = 'https://api-emis.tanex56.com/api/bizsvr' +VUE_APP_WS_HOST = 'wss://api-emis.tanex56.com/api/bizsvr' VUE_APP_PRINTER_HOST = '127.0.0.1:17080'