mock清除登录状态机制/mock的user_info字段更新
Uni-app H5 Deploy (Prod + Staging) / deploy (release) Successful in 48s

This commit is contained in:
kk
2026-07-10 14:02:26 +08:00
parent a7e0366fb7
commit 71606ebfe5
2 changed files with 43 additions and 20 deletions
+3 -1
View File
@@ -27,8 +27,10 @@ const dev = {
mockUser: {
token: 'mock_token_dev_2024',
user_info: {
_id: 'mock_user_001',
user_id: 'mock_user_001',
phone: '13264706088',
open_id: 'test_open_id',
union_id: 'test_union_id',
nickname: '测试用户',
avatar: 'https://img.wewemivending.com/vms/us/img/uploads/2025/12/18/6943d37c7d82b3439.jpeg',
},