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.
14 lines
306 B
14 lines
306 B
const constant = {
|
|
name: 'vuex_name',
|
|
nickName: 'vuex_nickName',
|
|
phonenumber: 'vuex_phonenumber',
|
|
userId: "vuex_userId",
|
|
avatar: 'vuex_avatar',
|
|
roles: 'vuex_roles',
|
|
permissions: 'vuex_permissions',
|
|
amount: 'vuex_amount',
|
|
userCate: 'vuex_userCate',
|
|
status: 'vuex_status'
|
|
}
|
|
|
|
export default constant
|