Files
uniapp-im-shop/constants/storage-keys.js
2025-12-24 02:01:34 +08:00

3 lines
50 B
JavaScript

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