Skip to content

Commit

Permalink
fix: 解决跳转失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ssongliu committed Jul 24, 2024
1 parent 6598d5c commit 3e59388
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/dashboard/src/components/layout/sidebar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
data() {
return {}
},
methods: {
openApi(){
window.open("https://www.fit2cloud.com/", "_blank");
}
},
computed: {
...mapGetters([
"permission_routes",
Expand Down

0 comments on commit 3e59388

Please sign in to comment.