公告板
版本库
filestore
活动
搜索
登录
main
/
966120Api
966120
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix:用户同步,机构同步
wlzboy
2025-10-18
b46065a201c09ce69f111806f2bda4a5f476bc4e
[966120Api.git]
/
app
/
utils
/
constant.js
1
2
3
4
5
6
7
8
9
10
const constant = {
userId: 'vuex_userId',
avatar: 'vuex_avatar',
name: 'vuex_name',
roles: 'vuex_roles',
permissions: 'vuex_permissions',
deptId: 'vuex_deptId'
}
export default constant