Commit 67d73d5a authored by 前端-许佳敏's avatar 前端-许佳敏

fix: 修改copyright

parent b6868fdb
......@@ -32,7 +32,7 @@ export interface SiteInfo {
name: string;
logo: string;
siteUrl: string;
symbol?: any;
symbol: string;
}
export interface Global {
......
......@@ -50,7 +50,7 @@ export const getSelectedMenuKeys = (
const defaultFooterDom = (
<DefaultFooter
links={[]}
copyright="Copy Right©广州市数商云网络科技有限公司 粤ICP备13044797号-5"
copyright="全链数字化解决方案"
/>
);
......
......@@ -216,7 +216,7 @@ class Index extends Component<{}, IndexState> {
</Row>
</Col>
</Row>
<footer className="footer">Copy Right©广州市数商云网络科技有限公司 粤ICP备13044797号-5</footer>
<footer className="footer">全链数字化解决方案</footer>
</div>
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment