springboot_vue_xhs/web/.env.production
2024-12-06 22:42:03 +08:00

11 lines
121 B
Plaintext

# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/api'
# system name
VUE_APP_SYSTEM_NAME = 'DD STORE'