提交 de3a7483 编写于 作者: C Captain.B

去掉console log

上级 9bdf4bce
......@@ -69,7 +69,7 @@
computed: {
currentUser: () => {
let user = Cookies.get(TokenKey);
window.console.log(user);
// window.console.log(user);
return JSON.parse(user);
}
},
......
......@@ -91,7 +91,6 @@
},
created() {
let testId = this.$route.path.split('/')[2];
window.console.log(testId);
if (testId) {
this.$get('/testplan/get/' + testId, response => {
this.testPlan = response.data;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册