feat: 精简模板代码

This commit is contained in:
ccnetcore
2026-01-10 17:11:37 +08:00
parent 05b81b710f
commit 699fc54885
402 changed files with 75 additions and 16599 deletions

View File

@@ -1,5 +1,5 @@
# 端口号
VITE_PORT=5666
VITE_PORT=17001
VITE_BASE=/
# 是否开启 Nitro Mock服务true 为开启false 为关闭
@@ -10,7 +10,8 @@ VITE_DEVTOOLS=false
VITE_INJECT_APP_LOADING=true
# 后台请求路径 具体在vite.config.mts配置代理
VITE_GLOB_API_URL=http://localhost:19001/api/app
VITE_GLOB_API_URL="/dev-api"
VITE_APP_URL="http://localhost:19001/api/app"
# 全局加密开关(即开启了加解密功能才会生效 不是全部接口加密 需要和后端对应)
VITE_GLOB_ENABLE_ENCRYPT=false