Skip to content

Commit

Permalink
Update demo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni authored Nov 29, 2024
1 parent a51f715 commit b5dcbd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/antd-mobile-plus/src/TextGroup/demos/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ const textData = [
key: "001",
text: "Fish官网",
onClick: () =>
window.open("https://fish.iwhalecloud.com/fish-show/", "_blank")
window.open("https://XX.xxx.com/fish-show/", "_blank")
},
{
key: "002",
text: "技术平台官网",
onClick: () => window.open("https://edu.iwhalecloud.com/", "_blank")
onClick: () => window.open("https://edu.XX.com/", "_blank")
},
{
key: "003",
text: "公司官网",
onClick: () => window.open("https://www.iwhalecloud.com/", "_blank")
onClick: () => window.open("https://www.XX.com/", "_blank")
}
];

Expand Down

0 comments on commit b5dcbd0

Please sign in to comment.