Skip to content

Commit 3e59388

Browse files
committed
fix: 解决跳转失败的问题
1 parent 6598d5c commit 3e59388

File tree

1 file changed

+5
-0
lines changed
  • web/dashboard/src/components/layout/sidebar

1 file changed

+5
-0
lines changed

web/dashboard/src/components/layout/sidebar/index.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
data() {
3535
return {}
3636
},
37+
methods: {
38+
openApi(){
39+
window.open("https://www.fit2cloud.com/", "_blank");
40+
}
41+
},
3742
computed: {
3843
...mapGetters([
3944
"permission_routes",

0 commit comments

Comments
 (0)