|
|
@ -92,8 +92,9 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
logoClick() { |
|
|
|
this.$store.commit('activeIndexFun', window.SITE_CONFIG.menuList[0].id) |
|
|
|
this.$router.push({ name: 'patientManagement' }) |
|
|
|
console.log(window.SITE_CONFIG.menuList) |
|
|
|
this.$store.commit('activeIndexFun', window.SITE_CONFIG.menuList[0].children[0].id) |
|
|
|
this.$router.push({ name: 'outpatientManagement-call' }) |
|
|
|
}, |
|
|
|
myNoticeRouter() { |
|
|
|
this.$router.replace('') |
|
|
@ -143,7 +144,7 @@ export default { |
|
|
|
clearLoginInfo() |
|
|
|
resetRouter() |
|
|
|
this.$router.push({ name: 'login' }) |
|
|
|
// location.reload() |
|
|
|
this.$store.commit('activeIndexFun', window.SITE_CONFIG.menuList[0].children[0].id) |
|
|
|
}).catch(() => {}) |
|
|
|
}).catch(() => {}) |
|
|
|
} |
|
|
|