lex 1 рік тому
батько
коміт
e61fc81405
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/views/tempo-practice/index.tsx

+ 1 - 0
src/views/tempo-practice/index.tsx

@@ -160,6 +160,7 @@ export default defineComponent({
         if (route.query.dataJson) {
           dataJson = JSON.parse(route.query.dataJson as any);
         }
+        console.log(dataJson, 'dataJson');
 
         setting.element = dataJson.element;
         setting.beat = dataJson.beat;