Files
finance-master/apps/finance/.env.development
chenghuan 4163a322d7 feat: 初始化财务系统基础架构
新增财务系统基础架构,包括:
- 核心API接口(用户、菜单、权限)
- 状态管理模块(系统字典)
- 路由配置(仪表盘、系统管理)
- 基础页面布局(登录、个人中心、错误页)
- 国际化配置
- 环境变量配置
- 组件库集成(表格、表单、图表)
- 构建工具配置(vite、tailwind)
- 权限控制模块
2026-01-06 18:01:42 +08:00

17 lines
338 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 端口号
VITE_PORT=9000
VITE_BASE=/
# 接口地址
VITE_GLOB_API_URL=http://192.168.110.100:9000/finance
# 是否开启 Nitro Mock服务true 为开启false 为关闭
VITE_NITRO_MOCK=false
# 是否打开 devtoolstrue 为打开false 为关闭
VITE_DEVTOOLS=false
# 是否注入全局loading
VITE_INJECT_APP_LOADING=true