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.
 
 
 
 

5 lines
199 B

VITE_HOME_REDIRECT = '/dept' # 默认路由
VITE_TITLE = '星撰玉衡' # 项目名称
VITE_BASE_URL = '/api' # 请求默认前缀
VITE_HTTP_TIMEOUT = 30000
VITE_HTTP_PROXY = 'http://127.0.0.1:3000'