mirror of
https://github.com/wmn1525/grasscutterTools.git
synced 2024-11-22 07:08:15 +00:00
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
|
# 开发环境
|
|||
|
|
|||
|
VITE_APP_TITLE = fast-vue3
|
|||
|
# 接口请求地址,会设置到 axios 的 baseURL 参数上
|
|||
|
VITE_APP_API_BASEURL = /api
|
|||
|
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
|
|||
|
VITE_APP_DEBUG_TOOL = vconsole
|
|||
|
|
|||
|
# 是否开启代理
|
|||
|
VITE_OPEN_PROXY0 = true
|