@@ -45,7 +45,7 @@
cookieObj[tmpArr[0].trim()] = tmpArr[1].trim()
}
- return cookieObj.type === 'erp'
+ return cookieObj.type === 'erp' || this.$route.query.type === 'erp'
},
title () {
let path = this.$route.path