浏览代码

增加日志

flyzto 3 月之前
父节点
当前提交
c2bc9f7d51
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      web/apps/web-antd/src/views/match/datatest/index.vue

+ 3 - 3
web/apps/web-antd/src/views/match/datatest/index.vue

@@ -136,7 +136,7 @@ const runTest = () => {
   });
   prettyData.value = gamesList;
   prettyDeep.value = 2;
-  // console.log('gamesRelation', gamesList);
+  console.log('gamesRelation', gamesList);
 }
 
 const verifyData = () => {
@@ -150,7 +150,7 @@ const verifyData = () => {
   });
   prettyData.value = invalidSolutions;
   prettyDeep.value = 2;
-  // console.log('invalidSolutions', invalidSolutions);
+  console.log('invalidSolutions', invalidSolutions);
 }
 
 const filterLive = () => {
@@ -161,7 +161,7 @@ const filterLive = () => {
   });
   prettyData.value = liveSolutions;
   prettyDeep.value = 2;
-  // console.log('liveSolutions', liveSolutions);
+  console.log('liveSolutions', liveSolutions);
 }
 
 // const currentTime = ref('')