|
@@ -39,7 +39,7 @@ export default {
|
|
|
{ name: '展会管理' },
|
|
|
// { name: '返回首页' },
|
|
|
{ name: '修改密码' },
|
|
|
- { name: '注销账号' },
|
|
|
+ { name: '退出账号' },
|
|
|
],
|
|
|
demandForm: {
|
|
|
image: {},
|
|
@@ -134,7 +134,7 @@ export default {
|
|
|
this.$router.push({ path: '/enterprise/appointment' });
|
|
|
} else if (id === '返回首页') {
|
|
|
this.$router.push({ path: '/' });
|
|
|
- } else if (id === '注销账号') {
|
|
|
+ } else if (id === '退出账号') {
|
|
|
this.logout();
|
|
|
this.$message({
|
|
|
message: '注销成功',
|