4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
|
|
export const TOKEN = 'token'
|
||
|
|
// 缓存key前缀
|
||
|
|
export const ACCOUNT = 'account'
|