Liuteng 2 달 전
부모
커밋
393dc36af5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -5,7 +5,7 @@ import {
 
 import authorize from "./utils/authorize"
 App({
-    onLaunch() { 
+    onLaunch() {
         // 登录
         let publicId = wx.getStorageSync("PUBLIC_ID")
         if (!publicId || !publicId.openid || !publicId.unionid) {