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.
|
# H5应用端口
|
|
VITE_APP_PORT = 3000
|
|
|
|
# H5代理前缀
|
|
VITE_APP_PROXY_PREFIX = "/dev-api"
|
|
|
|
# 接口地址
|
|
VITE_APP_BASE_URL = "http://localhost:8080"
|