From c38f97016aa2b9e320a2f61a4dfcf651a4281405 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com>
Date: Fri, 29 Apr 2022 20:19:07 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=87=AA=E5=AE=9A=E4=B9=89?=
=?UTF-8?q?=E6=A0=91=E7=BB=84=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/TreeSelect/index.vue | 157 ----------------------------
src/main.js | 3 -
2 files changed, 160 deletions(-)
delete mode 100644 src/components/TreeSelect/index.vue
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)