lvkun996 il y a 9 mois
Parent
commit
2ed2ea30e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

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