Liuteng 2 months ago
parent
commit
393dc36af5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.js

+ 1 - 1
app.js

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