Skip to content

Commit b5dcbd0

Browse files
authored
Update demo.tsx
1 parent a51f715 commit b5dcbd0

File tree

1 file changed

+3
-3
lines changed
  • packages/antd-mobile-plus/src/TextGroup/demos

1 file changed

+3
-3
lines changed

packages/antd-mobile-plus/src/TextGroup/demos/demo.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ const textData = [
88
key: "001",
99
text: "Fish官网",
1010
onClick: () =>
11-
window.open("https://fish.iwhalecloud.com/fish-show/", "_blank")
11+
window.open("https://XX.xxx.com/fish-show/", "_blank")
1212
},
1313
{
1414
key: "002",
1515
text: "技术平台官网",
16-
onClick: () => window.open("https://edu.iwhalecloud.com/", "_blank")
16+
onClick: () => window.open("https://edu.XX.com/", "_blank")
1717
},
1818
{
1919
key: "003",
2020
text: "公司官网",
21-
onClick: () => window.open("https://www.iwhalecloud.com/", "_blank")
21+
onClick: () => window.open("https://www.XX.com/", "_blank")
2222
}
2323
];
2424

0 commit comments

Comments
 (0)