feat: 精简模板代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user