|
|
@@ -87,6 +87,7 @@ export default { |
|
|
|
// 对此进行判断,获取this.$route的参数,如果没有则退出登陆,有的话就返回之前的页面 |
|
|
|
if (this.backFlag) { |
|
|
|
this.$router.back(); |
|
|
|
localStorage.setItem('allClose',false) |
|
|
|
} else { |
|
|
|
this.$confirm("是否退出系统, 是否继续?", "提示", { |
|
|
|
confirmButtonText: "确定", |
|
|
@@ -240,7 +241,7 @@ export default { |
|
|
|
// 楼盘后台 |
|
|
|
// this.$router.push({ path: "/chose", query: { flag: 3 } }); |
|
|
|
} |
|
|
|
|
|
|
|
localStorage.setItem('allClose',true) |
|
|
|
// this.$router.push({ path: "/chose" }); |
|
|
|
}, |
|
|
|
}, |
|
|
|