3e9b34e0fd
- 新增 BasicForm 配置驱动表单组件,支持多种控件、字典自动加载、校验、插槽扩展 - 新增 BasicTable 公共表格组件,集成搜索栏+工具栏+表格+分页,基于 columns/searchColumns 配置驱动 - 替换 18 个业务页面 el-table 为 BasicTable(post/user/role/dict/config/notice/job/log/logininfor/operlog/online/gen 等) - 全局注册 BasicForm、BasicTable 组件 - 项目标题由若依管理系统改为 BMS
11 lines
231 B
Bash
11 lines
231 B
Bash
# 页面标题
|
|
VITE_APP_TITLE = BMS
|
|
|
|
# 生产环境配置
|
|
VITE_APP_ENV = 'staging'
|
|
|
|
# BMS/生产环境
|
|
VITE_APP_BASE_API = '/stage-api'
|
|
|
|
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
|
VITE_BUILD_COMPRESS = gzip |