add drawer Logout
This commit is contained in:
parent
909fd6ae6a
commit
a360aa88dc
@ -51,7 +51,7 @@
|
||||
<span class="md-list-item-text">Share</span>
|
||||
</md-list-item>
|
||||
|
||||
<md-list-item>
|
||||
<md-list-item @click="turnToUnlock('用户点击锁定')">
|
||||
<md-icon>beenhere</md-icon>
|
||||
<span class="md-list-item-text">Lock Now</span>
|
||||
</md-list-item>
|
||||
@ -189,6 +189,7 @@ export default {
|
||||
// 跳转到解锁界面
|
||||
turnToUnlock(type) {
|
||||
console.log(type);
|
||||
this.setRowPwd(['', this]);
|
||||
// let main_code = '10aeff';
|
||||
// let main_code_aes = encryptMainCode(main_code);
|
||||
// let row_pwd = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user