|
@@ -25,7 +25,7 @@ const personal = [
|
|
|
path: '/personalAccount/accountBinding',
|
|
|
component: () => import('@/views/Home/personal/account/dynamic/accountBinding'),
|
|
|
meta: {
|
|
|
- title: '账号绑定'
|
|
|
+ title: '账号加入'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -90,7 +90,7 @@ const personal = [
|
|
|
path: '/enterprise/binding',
|
|
|
component: () => import('@/views/enterprise/components/binding'),
|
|
|
meta: {
|
|
|
- title: '绑定企业'
|
|
|
+ title: '加入企业'
|
|
|
},
|
|
|
}
|
|
|
]
|