浏览代码

跳转到订单管理

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() {