mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
更新0.1.1版本
This commit is contained in:
23
.env.development
Normal file
23
.env.development
Normal file
@@ -0,0 +1,23 @@
|
||||
# 只在开发模式中被载入
|
||||
VITE_PORT = 8001
|
||||
|
||||
# 网站根目录
|
||||
VITE_PUBLIC_PATH = /
|
||||
|
||||
# 是否开启mock
|
||||
VITE_USE_MOCK = true
|
||||
|
||||
# 网站前缀
|
||||
VITE_BASE_URL = /
|
||||
|
||||
# 是否删除console
|
||||
VITE_DROP_CONSOLE = true
|
||||
|
||||
# API 接口地址
|
||||
VITE_APP_API_URL = /
|
||||
|
||||
# 图片上传地址
|
||||
VITE_GLOB_UPLOAD_URL= /
|
||||
|
||||
# 接口前缀
|
||||
VITE_GLOB_API_URL_PREFIX = /api
|
||||
Reference in New Issue
Block a user