This commit is contained in:
linfso 2025-07-11 16:25:53 +08:00
parent beafa1be89
commit 8c96db18b6
2 changed files with 19 additions and 0 deletions

16
.env.uat Normal file
View File

@ -0,0 +1,16 @@
# 页面标题
VUE_APP_TITLE = 管理系统
# 生产环境配置
NODE_ENV='production'
ENV = 'production'
VUE_APP_VERSION = '240803'
# 管理系统/生产环境
VUE_APP_PDOMAIN = 'tanex56'
VUE_APP_DATA_FROM = 'pc'
VUE_APP_BASE_API = 'http://tst-api.sapp.tanex56.com/api/omssvr'
VUE_APP_WS_HOST = 'ws://tst-api.sapp.tanex56.com/api/omssvr'
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'

3
uat_gen.sh Normal file
View File

@ -0,0 +1,3 @@
rm -rf dist
git pull
yarn run build:uat