Ver código fonte

fix: misspelling

cuiyalong 6 meses atrás
pai
commit
843265d8cc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/utils/functions/redirect.ts

+ 1 - 1
src/utils/functions/redirect.ts

@@ -2,7 +2,7 @@ declare const wx: any
 
 export function toDownloadApp (): void {
   try {
-    wx.miniprogram.navigateTo({
+    wx.miniProgram.navigateTo({
       url: '/pages/guide/download'
     })
   } catch (error) {