iot-ui-vue/src/views/notice/Config/Detail/doc/Email.tsx

28 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import './index.less';
const Email = () => {
return (
<div class={'doc'}>
<h1>1. </h1>
<div>
</div>
<h1>2.</h1>
<h2>1 </h2>
<div>
</div>
<div>
使POP协议POP允许电子邮件客户端下载服务器上的邮件
</div>
<h2>2</h2>
<div></div>
<h2>3 </h2>
<div></div>
<h2>4</h2>
<div></div>
</div>
);
};
export default Email;