diff --git a/src/components/kpi-layout/NavHeader.vue b/src/components/kpi-layout/NavHeader.vue index a1dc32f..e95672b 100644 --- a/src/components/kpi-layout/NavHeader.vue +++ b/src/components/kpi-layout/NavHeader.vue @@ -32,9 +32,11 @@ export default { handleBack () { console.log('this.isPopup: ', this.isPopup) if (this.isPopup) return this.open() - history.go(-1) console.log('history: ', history) console.log('this.$router: ', this.$router) + console.log('this.$store: ', this.$store) + + // history.go(-1) this.$router.go(-1) }, open () {