From 245912b3b595400ecdd5965ce5e466d190f06ae4 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期三, 12 七月 2023 19:08:41 +0800 Subject: [PATCH] 新增后台配置模块 --- src/views/custom/contacts/index.vue | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/views/custom/contacts/index.vue b/src/views/custom/contacts/index.vue index 04cea97..001f105 100644 --- a/src/views/custom/contacts/index.vue +++ b/src/views/custom/contacts/index.vue @@ -21,19 +21,11 @@ </template> <script> -import SearchCommonView from "@/components/makepager/SearchCommonView" -import PublicFunctionBtnView from "@/components/makepager/PublicFunctionBtnView" -import PagerView from "@/components/makepager/PagerView" -import TableCommonView from "@/components/makepager/TableCommonView" import AddContactsDialog from "@/views/custom/contacts/AddContactsDialog" export default { name: "ContactsView", props: {}, components: { - SearchCommonView, - PublicFunctionBtnView, - PagerView, - TableCommonView, AddContactsDialog }, computed: {}, -- Gitblit v1.8.0