['修改路由']

This commit is contained in:
2021-09-28 11:21:20 +08:00
parent f2e1121f3c
commit 0aa9c68b04
6 changed files with 31 additions and 21 deletions

View File

@@ -24,8 +24,8 @@
},
methods: {
login(){
uni.navigateTo({
url:'/pages/login/login'
this.$Router.push({
name:'Login'
})
}
}