@@ -50,7 +50,7 @@ export default {
'isLogin'
]),
showCustomer () {
- return this.$route.path.indexOf('dataexport') > -1 && isLogin
+ return this.$route.path.indexOf('dataexport') > -1 && this.isLogin
}
},
data() {