Skip to content

Commit

Permalink
[add]首页新增跳转登录页
Browse files Browse the repository at this point in the history
  • Loading branch information
wpgodforever committed Jan 17, 2023
1 parent b950ad9 commit 3d23671
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ export default {
console.log('左边被点击')
},
onClickRight(){
console.log('右边被点击')
this.$router.push({
path: '/login'
})
},
onClickTitle(){
this.show = true
Expand Down

0 comments on commit 3d23671

Please sign in to comment.