mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-13 13:43:53 +00:00
13 lines
225 B
Bash
13 lines
225 B
Bash
# port
|
|
VITE_PORT=9100
|
|
|
|
# spa-title
|
|
VITE_GLOB_APP_TITLE=DaxPay
|
|
|
|
# 系统中文名称
|
|
VITE_GLOB_APP_TITLE_CN=DaxPay支付系统
|
|
|
|
# spa shortname 不可出现空格数字连接线等特殊字符
|
|
VITE_GLOB_APP_SHORT_NAME=DaxPay
|
|
|