Files
log-lottery/src/utils/auth.ts
ex_zhangwenlei@exiot.cmcc 1d3e9983f6 fix: eslint and lint fixed
2024-11-22 16:41:14 +08:00

4 lines
81 B
TypeScript

export function getToken() {
return window.localStorage.getItem('userToken')
}