Browse Source

提交一下

1
mo 4 years ago
parent
commit
551ad863a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/layout/components/instructions.vue

+ 1 - 1
src/layout/components/instructions.vue

@@ -85,7 +85,7 @@ export default {
   },
   watch:{
     key(val){
-      console.log(val)
+      console.log(this.$route)
     }
   }
 };