|
@@ -25,10 +25,10 @@
|
|
|
<script setup>
|
|
|
defineOptions({ name:'personal-account-index'})
|
|
|
const items = [
|
|
|
- { title: '账号绑定', value: 1, },
|
|
|
- { title: '实名认证', value: 2, },
|
|
|
+ { title: '账号绑定', path: '/personalAccount/accountBinding', },
|
|
|
+ { title: '实名认证', path: '/personalAccount/realAuthentication', },
|
|
|
{ title: '修改密码', path: '/personalAccount/editPassword', },
|
|
|
- { title: '隐私设置', value: 4 }
|
|
|
+ { title: '隐私设置', path: '/personalAccount/privacySettings' }
|
|
|
]
|
|
|
</script>
|
|
|
|