We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51f715 commit b5dcbd0Copy full SHA for b5dcbd0
packages/antd-mobile-plus/src/TextGroup/demos/demo.tsx
@@ -8,17 +8,17 @@ const textData = [
8
key: "001",
9
text: "Fish官网",
10
onClick: () =>
11
- window.open("https://fish.iwhalecloud.com/fish-show/", "_blank")
+ window.open("https://XX.xxx.com/fish-show/", "_blank")
12
},
13
{
14
key: "002",
15
text: "技术平台官网",
16
- onClick: () => window.open("https://edu.iwhalecloud.com/", "_blank")
+ onClick: () => window.open("https://edu.XX.com/", "_blank")
17
18
19
key: "003",
20
text: "公司官网",
21
- onClick: () => window.open("https://www.iwhalecloud.com/", "_blank")
+ onClick: () => window.open("https://www.XX.com/", "_blank")
22
}
23
];
24
0 commit comments