Sfoglia il codice sorgente

计算器-推荐产品

panyong 3 anni fa
parent
commit
846183d45c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
     }
   }
 }