Files
uniapp-im-shop/constants/storage-keys.js

5 lines
69 B
JavaScript

export const STORAGE_KEYS = {
TOKEN: 'token',
USER: 'userInfo'
}