From 904c44b4a2283f74e56814db0cc2e511f7a6674f Mon Sep 17 00:00:00 2001
From: ldh <996970752@qq.com>
Date: Thu, 17 Feb 2022 18:09:06 +0800
Subject: [PATCH] 1:面包屑导航公共组件

---
 operation/src/views/customer/index.jsx |   31 -------------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

diff --git a/operation/src/views/customer/index.jsx b/operation/src/views/customer/index.jsx
index 8e1ef84..e69de29 100644
--- a/operation/src/views/customer/index.jsx
+++ b/operation/src/views/customer/index.jsx
@@ -1,31 +0,0 @@
-/*
- * @Company: hugeInfo
- * @Author: ldh
- * @Date: 2022-02-16 14:54:34
- * @LastEditTime: 2022-02-17 14:32:40
- * @LastEditors: ldh
- * @Version: 1.0.0
- * @Description: 客户管理
- */
-import React, { Component } from 'react';
-import './index.less';
-import PageHead from '../../components/PageHead';
-import { Button } from 'antd';
-
-class Customer extends Component {
-	render() {
-		return (
-			<>
-				<PageHead
-					// breadcrumbData={[
-					// 	{ url: '/operation/customer', title: '客户管理' },
-					// 	{ url: '', title: '新增客户' },
-					// ]}
-					title="客户管理"
-				/>
-			</>
-		);
-	}
-}
-
-export default Customer;

--
Gitblit v1.8.0