fix: 引用组件路径大小写问题修复

This commit is contained in:
郝先瑞
2022-02-25 22:00:36 +08:00
parent b32bb51e95
commit 84ce0a91ff
3 changed files with 3 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ import {listDeptTable, getDeptDetail, deleteDept, updateDept, addDept, listDeptS
// 组件依赖
import {Search, Plus, Edit, Refresh, Delete} from '@element-plus/icons'
import TreeSelect from '@/components/TreeSelect/Index.vue'
import TreeSelect from '@/components/TreeSelect/index.vue'
import {ElForm, ElMessage, ElMessageBox} from 'element-plus'
// DOM元素的引用声明定义