diff --git a/src/components/TreeSelect/index.vue b/src/components/TreeSelect/index.vue deleted file mode 100644 index d00b46a..0000000 --- a/src/components/TreeSelect/index.vue +++ /dev/null @@ -1,157 +0,0 @@ - - - - - diff --git a/src/main.js b/src/main.js index 2ef291b..fc9d8c0 100644 --- a/src/main.js +++ b/src/main.js @@ -36,8 +36,6 @@ import FileUpload from "@/components/FileUpload" import ImageUpload from "@/components/ImageUpload" // 图片预览组件 import ImagePreview from "@/components/ImagePreview" -// 自定义树选择组件 -import TreeSelect from '@/components/TreeSelect' // 字典标签组件 import DictTag from '@/components/DictTag' // el-date-picker 快捷选项 @@ -61,7 +59,6 @@ app.config.globalProperties.dateOptions = dateOptions // 全局组件挂载 app.component('DictTag', DictTag) app.component('Pagination', Pagination) -app.component('TreeSelect', TreeSelect) app.component('UploadFile', FileUpload) app.component('UploadImage', ImageUpload) app.component('ImagePreview', ImagePreview)