diff --git a/src/components/kpi-layout/NavBar.vue b/src/components/kpi-layout/NavBar.vue
index f4e1420..a44eb06 100644
--- a/src/components/kpi-layout/NavBar.vue
+++ b/src/components/kpi-layout/NavBar.vue
@@ -19,6 +19,7 @@
{{name}}
-->
+ {{isNav}}---{{this.userInfo.realName}}
{{this.userInfo.realName}}
![]()
diff --git a/src/components/kpi-layout/NavHeader.vue b/src/components/kpi-layout/NavHeader.vue
index b34a069..396c613 100644
--- a/src/components/kpi-layout/NavHeader.vue
+++ b/src/components/kpi-layout/NavHeader.vue
@@ -30,6 +30,7 @@ export default {
mounted () {},
methods: {
handleBack () {
+ console.log('this.isPopup: ', this.isPopup)
if (this.isPopup) return this.open()
this.$router.go(-1)
},