DESKTOP-O04BTUJ\muzen hace 3 años
padre
commit
0715141fac
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -1,6 +1,8 @@
 <script>
 export default {
-
+  onLaunch(){
+    getDeviceInfo.postMessage('获取设备信息')
+  }
 }
 </script>