소스 검색

跳转到订单管理

natasha 3 년 전
부모
커밋
ae73f9a8c6
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/Personalcenter.vue

+ 3 - 0
src/views/Personalcenter.vue

@@ -340,6 +340,9 @@ export default {
         this.navList = this.stuList;
       }
     }
+    if(this.$route.query.SeleNavId){
+        this.SeleNavId = this.$route.query.SeleNavId
+    }
   },
   //生命周期 - 挂载完成(可以访问DOM元素)
   mounted() {