平昌党建先提交挂起

This commit is contained in:
aixianling
2022-10-24 16:13:01 +08:00
parent 9209ac9fae
commit a9351c58d3
7 changed files with 305 additions and 77 deletions

View File

@@ -33,9 +33,10 @@ export default {
computed: {
...mapState(['user']),
currentPage() {
if (this.$route.hash == "#add") {
const {hash} = this.$route
if (["#add","#makeup"].includes(hash)) {
return addChange
} else if (this.$route.hash == "#setting") {
} else if (hash == "#setting") {
return organizationSetting
} else return List
}