You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
198 B
10 lines
198 B
# 【开发】环境变量
|
|
|
|
# 网站地址前缀
|
|
VITE_BASE_URL = /
|
|
|
|
# API 地址前缀
|
|
VITE_API_URL = https://m1.apifoxmock.com/m1/6400575-6097373-default
|
|
|
|
# Delete console
|
|
VITE_DROP_CONSOLE = false
|