import React from 'react';
const SystemConfiguration = () => {
return (
<div>
<h2>系统配置</h2>
<p>系统相关配置项。</p>
</div>
);
};
export default SystemConfiguration;