Newer
Older
smartwell_app_front / src / assets / js / storageConst.js
StephanieGitHub on 6 Aug 2019 694 bytes first commit
export const SLIDER_FLAG = '_slider_flag_' // 索引页存储标识
export const LOGIN_FLAG = '_login_flag_' // 登陆标识
export const AD_FLAG = '_AD_flag_' // 广告显示标识
export const INDEX_ACTIVETAB = '_index_activeTab_' // 首页tab活跃标识
export const USER_ACCOUNT = '_account_' // 账户
export const USER_PWD = '_password_' // 密码
export const TOKEN = '_smart_well_token_' //token
export const PUBLIC_KEY = '_public_key_' //公钥
export const ClIENT_ID = '_client_id_' //client id
export const NAME = '_name_' //姓名
export const DEPT_NAME = '_dept_name_' //部门名称
export const DEPT_ID = '_dept_id_' //部门编号
export const PHONE = '_phone_' //电话号码