个人设置和验证码

This commit is contained in:
2021-06-30 11:22:28 +08:00
parent fa229a3802
commit ec04cbfdc5
7 changed files with 15834 additions and 5 deletions

View File

@@ -36,9 +36,11 @@ export default {
onAccountSetting() {
this.openContentWindow({
key: 'account-home',
title: '个人中心',
icon: 'user',
id: 'account-home',
meta: {
title: '个人设置',
icon: '',
},
path: '/system/account'
})
},