xujunjie 1 rok pred
rodič
commit
b4532650ae
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      src/utils/utils.js

+ 1 - 0
src/utils/utils.js

@@ -146,6 +146,7 @@ export const UnityAction = {
 };
 if (window.vuplex) {
   window.vuplex.addEventListener('message', e => {
+    alert(e)
     console.log('============================getMessageForUnity============================');
     const data = JSON.parse(e.data);
     console.log(data);