dl_uniapp/utils/constant.js

17 lines
340 B
JavaScript
Raw Normal View History

2025-03-18 17:41:45 +08:00
const constant = {
2025-03-27 09:50:13 +08:00
avatar: 'vuex_avatar',
name: 'vuex_name',
roles: 'vuex_roles',
permissions: 'vuex_permissions',
//用户权益code
userRightsKey: 'User-Rights',
// 用户当前身份code
userTypeKey: 'User-Type',
2025-03-31 14:31:41 +08:00
//当前用户信息
userInfo: 'User-Info',
2025-03-27 09:50:13 +08:00
//博主
bz: '02',
//通告主
tgz: '01'
}
export default constant