Commit f04d434a authored by “yiyousong”'s avatar “yiyousong”

perf: 屏蔽修改密码和系统设置板块

parent 335725a4
......@@ -20,9 +20,9 @@ export default {
};
},
created() {
this.$route.path.indexOf("/home/thePlatformIsSet") == 0
? (this.url = "/home/thePlatformIsSet")
: "";
// this.$route.path.indexOf("/home/thePlatformIsSet") == 0
// ? (this.url = "/home/thePlatformIsSet")
// : "";
},
methods: {},
......
......@@ -61,9 +61,9 @@
<a-icon type="down" />
</a>
<a-menu slot="overlay">
<a-menu-item>
<!-- <a-menu-item>
<a href="javascript:;" @click="fnChangePassword">修改密码</a>
</a-menu-item>
</a-menu-item> -->
<a-menu-item>
<a href="javascript:;" @click="Logout">退出登录</a>
</a-menu-item>
......@@ -131,7 +131,7 @@ export default {
"/home/dataManagement/dataAdmin",
"/home/siteArrange",
"/home/dataActuary",
"/home/thePlatformIsSet/setPlatformes",
// "/home/thePlatformIsSet/setPlatformes",
];
return arr.includes(this.$route.path);
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment