mirror of
https://github.com/yangzongzhuan/RuoYi-App.git
synced 2025-09-27 22:52:40 +00:00
update code
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
password: "",
|
||||
confirmPassword: "",
|
||||
code: "",
|
||||
uuid: ''
|
||||
uuid: ""
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -106,19 +106,12 @@
|
||||
this.getCode()
|
||||
}
|
||||
})
|
||||
},
|
||||
// 注册成功后,处理函数
|
||||
registerSuccess(result) {
|
||||
// 设置用户信息
|
||||
this.$store.dispatch('GetInfo').then(res => {
|
||||
this.$tab.reLaunch('/pages/index')
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
Reference in New Issue
Block a user