diff --git a/.env.uat b/.env.uat new file mode 100644 index 0000000..8340797 --- /dev/null +++ b/.env.uat @@ -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' diff --git a/uat_gen.sh b/uat_gen.sh new file mode 100644 index 0000000..510de34 --- /dev/null +++ b/uat_gen.sh @@ -0,0 +1,3 @@ +rm -rf dist +git pull +yarn run build:uat