From 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 八月 2022 14:24:29 +0800
Subject: [PATCH] 登录注册模块、
---
app.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app.js b/app.js
index 1ed57c4..5ccbb7d 100644
--- a/app.js
+++ b/app.js
@@ -14,6 +14,7 @@
})
},
globalData: {
- userInfo: null
+ userInfo: null,
+ accessToken: null,
}
})
--
Gitblit v1.9.3