md
This commit is contained in:
parent
beafa1be89
commit
8c96db18b6
16
.env.uat
Normal file
16
.env.uat
Normal 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
3
uat_gen.sh
Normal file
@ -0,0 +1,3 @@
|
||||
rm -rf dist
|
||||
git pull
|
||||
yarn run build:uat
|
||||
Loading…
Reference in New Issue
Block a user