@@ -3,7 +3,7 @@ import dayjs from 'dayjs';
const Copyright: React.FC = () => {
// 公司名称
- const companyName = '上海高井信息技术有限公司';
+ const companyName = '上海建科工程咨询有限公司';
// 今年
const currentYear = dayjs().format('YYYY');