|
@@ -141,11 +141,11 @@
|
|
|
@click.native="userEdit = true"
|
|
|
>账号编辑</el-dropdown-item
|
|
|
>
|
|
|
- <el-dropdown-item
|
|
|
+ <!-- <el-dropdown-item
|
|
|
:divided="showAccountApply"
|
|
|
@click.native="changePassword"
|
|
|
>修改密码</el-dropdown-item
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-dropdown-item divided @click.native="logout">
|
|
|
<span style="display: block">退出登录</span>
|
|
|
</el-dropdown-item>
|
|
@@ -509,6 +509,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
handleSys(event) {
|
|
|
+ debugger
|
|
|
if (event.name === "mis") {
|
|
|
// 跳转到营销系统
|
|
|
getUserMiddle({ userName: this.$store.state.user.userId })
|
|
@@ -556,7 +557,6 @@ export default {
|
|
|
) {
|
|
|
this.$router.push("/map");
|
|
|
}
|
|
|
- debugger
|
|
|
const sideBarShow = this.$store.state.app.sidebar.show;
|
|
|
if (!sideBarShow) this.$store.dispatch("app/toggleSideBarShow", true);
|
|
|
this.$store.dispatch("routeSetting/changeSys", event.name || event);
|