From c71b3d04b2cfed03f397d80d578de9383e9762f4 Mon Sep 17 00:00:00 2001 From: smshen Date: Sat, 12 Apr 2025 09:02:02 +0800 Subject: [PATCH] md --- .env.production | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'