mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-07 07:35:06 +08:00
初步完善密码登录和验证码登录的逻辑
This commit is contained in:
@ -65,6 +65,7 @@
|
||||
},
|
||||
methods: {
|
||||
handleUserInfoClick(){
|
||||
// TODO 判断是否已经登录逻辑
|
||||
if (!uni.getStorageSync('token')) {
|
||||
uni.$u.route('/pages/login/login');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user