Files
uniapp-im-shop/constants/storageKeys.js
2025-12-23 17:41:05 +08:00

3 lines
50 B
JavaScript

export const STORAGE_KEYS = {
TOKEN: 'token',
};