fix: 修复

This commit is contained in:
2025-11-12 19:31:46 +08:00
parent 1468002fe2
commit 967317367c
17 changed files with 1002 additions and 560 deletions

View File

@@ -4,7 +4,7 @@
* @Date: 2023-07-27 15:55:08
* @LastEditors: lip
*/
const TokenKey = 'App-Token'
const TokenKey = 'token' // 与微信登录时存储的 key 保持一致
export function getToken() {
return uni.getStorageSync(TokenKey)