Browse Source

fix: update

lvkun996 9 months ago
parent
commit
2ed2ea30e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

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