mirror of
https://gitee.com/bootx/dax-pay-h5.git
synced 2025-10-13 13:43:53 +00:00
13 lines
228 B
Bash
13 lines
228 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 = vantMobile
|
|
|