|
@@ -5,7 +5,7 @@
|
|
|
<div>{{ userinfo.username }}</div>
|
|
|
</div>
|
|
|
<div class="infoCon">
|
|
|
- <div>账号</div>
|
|
|
+ <div>账户</div>
|
|
|
<div class="Blo">
|
|
|
<div style="display: flex;align-items: center;gap: 10px;">
|
|
|
<img src="../../../assets/images/appStoreCopy/tel.svg" alt="">
|
|
@@ -51,7 +51,7 @@ import { loginOut } from '@/api/user'
|
|
|
// 退出登录
|
|
|
exitLogin() {
|
|
|
this.$dialog({
|
|
|
- message: '是否退出' + this.userinfo.username + '账号',
|
|
|
+ message: '是否现在退出登录?你将回到登录界面',
|
|
|
showCancelButton: true,
|
|
|
beforeClose: (action, done) => {
|
|
|
if (action === 'confirm') {
|