Browse Source

计算器-推荐产品

panyong 3 years ago
parent
commit
846183d45c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/loan/src/views/loan/index/child/goods.vue

+ 1 - 1
htmldev/loan/src/views/loan/index/child/goods.vue

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