@@ -46,7 +46,7 @@ export default {
computed: {
routerName () {
// loanRecommend: 推荐商品
- return this.$router.name
+ return this.$route.name
}