mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-11-30 02:57:46 +08:00
10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
# 页面标题
|
||
VITE_APP_TITLE = Fantastic-admin 基础版
|
||
# 接口请求地址,会设置到 axios 的 baseURL 参数上
|
||
VITE_APP_API_BASEURL = /
|
||
# 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空
|
||
VITE_APP_DEBUG_TOOL =
|
||
|
||
# 是否开启代理
|
||
VITE_OPEN_PROXY = true
|