This commit is contained in:
linfso 2025-03-25 15:46:49 +08:00
parent 672154f622
commit 0e8a592f7f
2 changed files with 19 additions and 0 deletions

16
.env.loc 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://47.96.189.20:58089/api/bizsvr'
VUE_APP_WS_HOST = 'ws://47.96.189.20:58089/api/bizsvr'
VUE_APP_PRINTER_HOST = '127.0.0.1:17080'

3
loc_gen.sh Normal file
View File

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