lvkun996 hace 9 meses
padre
commit
2ed2ea30e9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -28,7 +28,7 @@ const pushHomePage = () => {
 }
 
 onMounted(() => {
-  // registerWxConfig()
+  registerWxConfig()
 })
 
 </script>