新增
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { TOKEN_KEY } from '@/enums/constantEnums'
|
||||
import cache from './cache'
|
||||
|
||||
export function getToken() {
|
||||
return cache.get(TOKEN_KEY)
|
||||
}
|
||||
Reference in New Issue
Block a user