guhongwei 5 年 前
コミット
8cb7e68417

+ 2 - 2
src/views/enterprise/appointment copy.vue

@@ -46,7 +46,7 @@ export default {
       { name: '展会管理' },
       //  // { name: '返回首页' },
       { name: '修改密码' },
-      { name: '注销账号' },
+      { name: '退出账号' },
     ],
     resultTable: [],
     form: {},
@@ -116,7 +116,7 @@ export default {
         this.$router.push({ path: '/enterprise/xiugai' });
       } else if (id === '返回首页') {
         this.$router.push({ path: '/home' });
-      } else if (id === '注销账号') {
+      } else if (id === '退出账号') {
         this.logout();
         this.$message({
           message: '注销成功',

+ 2 - 2
src/views/enterprise/appointment.vue

@@ -38,7 +38,7 @@ export default {
       { name: '展会管理' },
       //  // { name: '返回首页' },
       { name: '修改密码' },
-      { name: '注销账号' },
+      { name: '退出账号' },
     ],
     // 下期直播
     nextData: [],
@@ -110,7 +110,7 @@ export default {
         this.$router.push({ path: '/enterprise/xiugai' });
       } else if (id === '返回首页') {
         this.$router.push({ path: '/home' });
-      } else if (id === '注销账号') {
+      } else if (id === '退出账号') {
         this.logout();
         this.$message({
           message: '注销成功',

+ 2 - 2
src/views/enterprise/duijiedetail.vue

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

+ 2 - 2
src/views/enterprise/duijiestatus.vue

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

+ 2 - 2
src/views/enterprise/enterprisedg.vue

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

+ 2 - 2
src/views/enterprise/enterprisefabu.vue

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

+ 2 - 2
src/views/enterprise/enterprisejb.vue

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

+ 2 - 2
src/views/enterprise/enterprisexuqiu.vue

@@ -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: '注销成功',

+ 2 - 2
src/views/enterprise/enterprisexx.vue

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

+ 2 - 2
src/views/enterprise/look.vue

@@ -41,7 +41,7 @@ export default {
       { name: '展会管理' },
       // { name: '返回首页' },
       { name: '修改密码' },
-      { name: '注销账号' },
+      { name: '退出账号' },
     ],
     resultTable: [],
     form: {},
@@ -97,7 +97,7 @@ export default {
         this.$router.push({ path: '/enterprise/xiugai' });
       } else if (id === '返回首页') {
         this.$router.push({ path: '/home' });
-      } else if (id === '注销账号') {
+      } else if (id === '退出账号') {
         this.logout();
         this.$message({
           message: '注销成功',

+ 2 - 2
src/views/enterprise/shenhe.vue

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

+ 2 - 2
src/views/enterprise/xiugai.vue

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