chore: enable VITE_NITRO_MOCK

This commit is contained in:
Li Kui
2025-11-06 16:37:15 +08:00
parent bd8ff73f9e
commit a38d081f17
3 changed files with 3858 additions and 6267 deletions

View File

@@ -7,7 +7,7 @@ VITE_BASE=/
VITE_GLOB_API_URL=/api
# 是否开启 Nitro Mock服务true 为开启false 为关闭
VITE_NITRO_MOCK=false
VITE_NITRO_MOCK=true
# 是否打开 devtoolstrue 为打开false 为关闭
VITE_DEVTOOLS=false