feat: 删除无用的console输出

This commit is contained in:
Blizzard
2026-02-14 13:17:05 +08:00
parent d6f781a666
commit 2d8ffd842a
7 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ App({
if (token && typeof token === 'string') {
wx.setStorageSync('token', token);
console.log('Login successful');
if (this._resolveLogin) this._resolveLogin(token);
// Background Profile Update