From 0504a8bcfa6e17a8dc8fab045195bda7b9d9e60b Mon Sep 17 00:00:00 2001 From: linfso Date: Sat, 3 Aug 2024 18:07:57 +0800 Subject: [PATCH] md --- .env.development | 6 ++++-- .env.production | 1 + .env.staging | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index 429cc38c..01d8cfdd 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,8 @@ # 页面标题 VUE_APP_TITLE = 管理系统 +NODE_ENV='development' + # 开发环境配置 ENV = 'development' @@ -9,9 +11,9 @@ VUE_APP_VERSION = '20240516' #VUE_APP_BASE_API = '/dev-api' VUE_APP_PDOMAIN = 'tanex56' VUE_APP_DATA_FROM = 'pc' -VUE_APP_BASE_API = 'http://tst-api.emis.tanex56.com/api/bizsvr' +VUE_APP_BASE_API = 'http://47.96.189.20:58089/api/bizsvr' -VUE_APP_WS_HOST = 'ws://tst-api.emis.tanex56.com/api/bizsvr' +VUE_APP_WS_HOST = 'ws://47.96.189.20:58089/api/bizsvr' VUE_APP_PRINTER_HOST = '192.168.88.100:17080' diff --git a/.env.production b/.env.production index e6bf2889..6a2cbf3b 100644 --- a/.env.production +++ b/.env.production @@ -1,6 +1,7 @@ # 页面标题 VUE_APP_TITLE = 管理系统 +NODE_ENV='production' # 生产环境配置 ENV = 'production' diff --git a/.env.staging b/.env.staging index 2bddb0b0..afc72542 100644 --- a/.env.staging +++ b/.env.staging @@ -1,6 +1,6 @@ # 页面标题 VUE_APP_TITLE = 管理系统 -# NODE_ENV='production' +NODE_ENV='production' # 生产环境配置 ENV = 'staging' @@ -10,7 +10,7 @@ VUE_APP_VERSION = '20240520' # 管理系统/生产环境 VUE_APP_PDOMAIN = 'tanex56' VUE_APP_DATA_FROM = 'pc' -VUE_APP_BASE_API = 'https://tst-api.emis.tanex56.com/api/bizsvr' -VUE_APP_WS_HOST = 'wss://tst-api.emis.tanex56.com/api/bizsvr' +VUE_APP_BASE_API = 'http://tst-api.emis.tanex56.com/api/bizsvr' +VUE_APP_WS_HOST = 'ws://tst-api.emis.tanex56.com/api/bizsvr' VUE_APP_PRINTER_HOST = '127.0.0.1:17080'