springboot_vue_xhs/web/.env.development

11 lines
171 B
Plaintext
Raw Normal View History

2024-12-06 22:42:03 +08:00
# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://127.0.0.1:8080'
# system name
VUE_APP_SYSTEM_NAME = 'DD ADMIN'
VUE_APP_SYSTEM_LOGO = 'logo.png'