Explorar el Código

删除test代码

xujunjie hace 1 año
padre
commit
28c13f9b15
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/utils/utils.js

+ 0 - 1
src/utils/utils.js

@@ -146,7 +146,6 @@ 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);