springboot_vue_xhs/web/.env.production

11 lines
121 B
Plaintext
Raw Normal View History

2024-12-06 22:42:03 +08:00
# just a flag
ENV = 'production'
# base api
VUE_APP_BASE_API = '/api'
# system name
VUE_APP_SYSTEM_NAME = 'DD STORE'