浏览代码

fix: misspelling

cuiyalong 6 月之前
父节点
当前提交
843265d8cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {