Skip to content

Commit 5fd00c0

Browse files
committed
doc: update menu
1 parent a2e50dc commit 5fd00c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

site/src/layouts/header/Menu.vue

-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ export default defineComponent({
7171
};
7272
7373
const changeVersion = (v: string) => {
74-
if (v === '3x') {
75-
// TODO: 3.x site
76-
location.href = `https://antdv.com${route.fullPath}`;
77-
return;
78-
}
7974
location.href = `https://${v}.antdv.com${route.fullPath}`;
8075
};
8176
return {

0 commit comments

Comments
 (0)