diff --git a/src/components/kpi-layout/NavHeader.vue b/src/components/kpi-layout/NavHeader.vue index 396c613..43b2208 100644 --- a/src/components/kpi-layout/NavHeader.vue +++ b/src/components/kpi-layout/NavHeader.vue @@ -32,7 +32,8 @@ export default { handleBack () { console.log('this.isPopup: ', this.isPopup) if (this.isPopup) return this.open() - this.$router.go(-1) + history.go(-1) + // this.$router.go(-1) }, open () { const obj = {