Browse Source

修改注释

tags/v1.22.5.1^2
wangjr 3 years ago
parent
commit
20e6793b93
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      web_src/js/components/DataAnalysis.vue

+ 2
- 2
web_src/js/components/DataAnalysis.vue View File

@@ -48,8 +48,8 @@
// console.log('url_params:',url_params);
// console.log('this.$router.path:',this.$router.path);
if (url_params!='' && url_params!=undefined){
// this.$router.push(url_params)
console.log('this.$router.pathbefore:',this.$router.path);
this.$router.push(url_params)
// console.log('this.$router.pathbefore:',this.$router.path);
}
},
}


Loading…
Cancel
Save