mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-05-21 15:29:17 +08:00
6 lines
112 B
TypeScript
6 lines
112 B
TypeScript
// token key
|
|
export const TOKEN_KEY = 'TOKEN__';
|
|
|
|
// user info key
|
|
export const USER_INFO_KEY = 'USER__INFO__';
|