You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
zhishifufei_uniapp/constants/storage-keys.js

7 lines
224 B

export const COOKIE_KEY = "COOKIE_KEY";
export const USER_INFO_KEY = "USER_INFO_KEY";
export const ADDRESS_DATA_KEY = "ADDRESS_DATA_KEY";
export const TOKEN_KEY = "TOKEN_KEY$";
export const PROBLEM_GUIDE = "problem-guide";