购物车逻辑完善

个人信息存储优化
团购下单
This commit is contained in:
2024-03-31 03:19:19 +08:00
parent 074b0057da
commit 1fc0aa432b
17 changed files with 316 additions and 166 deletions

View File

@@ -1,4 +1,4 @@
const TokenKey = 'access-token';
const TokenKey = 'accessToken';
const CompanyIdKey = 'companyId';
const TokenPrefix = 'Bearer ';