|
|
@@ -18,6 +18,14 @@ const onClick: MenuProps["onClick"] = (e) => {
|
|
|
console.log("click ", e);
|
|
|
};
|
|
|
export const mainMenuItems: MenuProps["items"] = [
|
|
|
+ {
|
|
|
+ label: (
|
|
|
+ <a href="/" rel="noreferrer">
|
|
|
+ 首页
|
|
|
+ </a>
|
|
|
+ ),
|
|
|
+ key: "home",
|
|
|
+ },
|
|
|
{
|
|
|
label: (
|
|
|
<Link to="/community/list">
|
|
|
@@ -164,7 +172,6 @@ const HeadBarWidget = ({ selectedKeys = "" }: IWidgetHeadBar) => {
|
|
|
/>
|
|
|
</div>
|
|
|
<Space>
|
|
|
- <a href="/">返回首页</a>
|
|
|
<Link to="/download/download">下载</Link>
|
|
|
<SearchButton />
|
|
|
<ToStudio />
|