dl_uniapp/utils/constant.js

21 lines
454 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',
//通告主
2025-04-08 11:07:05 +08:00
tgz: '01',
//微信公众号二维码
wechat_img: 'wechat_img',
//客服二维码
customer_service: 'customer_service',
2025-03-27 09:50:13 +08:00
}
export default constant