diff --git a/src/views/consultant/index.vue b/src/views/consultant/index.vue
index b706ffb..c32324c 100644
--- a/src/views/consultant/index.vue
+++ b/src/views/consultant/index.vue
@@ -1,5 +1,5 @@
-
+
@@ -29,7 +29,7 @@
案例管理
新增案例
-
+
退出登录
@@ -168,6 +169,13 @@
goPage(path) {
this.$router.push(path);
},
+
+ // 退出登录
+ outLogin(){
+ localStorage.clear();
+ this.$router.push('/login');
+ },
+
// 滚动改变样式
eventScrollTop() {
let scrollTop = document.body.scrollTop || document.documentElement.scrollTop;
@@ -200,5 +208,9 @@
diff --git a/src/views/user/information/index.vue b/src/views/user/information/index.vue
index e9d427b..8040294 100644
--- a/src/views/user/information/index.vue
+++ b/src/views/user/information/index.vue
@@ -123,7 +123,7 @@
@@ -203,6 +203,11 @@
this.getDate();
},
methods: {
+ // 关闭
+ closeEV(){
+ this.isSeekCard=false;
+ this.$router.push('/index');
+ },
// 获取城市列表
getAddrData() {
let that = this;
diff --git a/src/views/user/ucenter/index.vue b/src/views/user/ucenter/index.vue
index a8fd198..759cb0e 100644
--- a/src/views/user/ucenter/index.vue
+++ b/src/views/user/ucenter/index.vue
@@ -52,17 +52,16 @@
意见和反馈
-
+
我的报告
-
+
-
{{item.title}}
{{item.done_at}}
-
退出登录