仪表盘
版本库
文件存储
活动
搜索
登录
430
/
vue_mdc_430_new
新版430前端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1、数据字典配置时删除数据值不能使用下划线限制 2、设备台账列表字段自定义展示以及调整字段
zhaowei
2025-07-02
5396a52f52305f4d1ea88627a6e6f0e811e8d89d
[430/vue_mdc_430_new.git]
/
src
/
components
/
layouts
/
index.js
1
2
3
4
5
6
7
8
import UserLayout from '@/components/layouts/UserLayout'
import BlankLayout from '@/components/layouts/BlankLayout'
import BasicLayout from '@/components/layouts/BasicLayout'
import RouteView from '@/components/layouts/RouteView'
import PageView from '@/components/layouts/PageView'
import TabLayout from '@/components/layouts/TabLayout'
export { UserLayout, BasicLayout, BlankLayout, RouteView, PageView, TabLayout }