mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-22 19:40:36 +08:00
finish register
This commit is contained in:
@@ -8,7 +8,7 @@ const userInfo = {
|
||||
email: 'fumiama@demo.com',
|
||||
signature: '天何所沓,十二焉分。日月安属,列星安陈。',
|
||||
introduction: '日は山の端にかかりぬ。',
|
||||
title: '超级管理员',
|
||||
title: '课程组长',
|
||||
group: '信息与通信工程学院-网络工程系',
|
||||
tags: [
|
||||
{
|
||||
|
||||
@@ -24,7 +24,7 @@ const roleList = (() => {
|
||||
result.push({
|
||||
id: index + 1,
|
||||
orderNo: `${index + 1}`,
|
||||
roleName: ['超级管理员', '权限管理员', '归档管理员', '普通用户'][index],
|
||||
roleName: ['课程组长', '归档代理', '课程组员'][index],
|
||||
roleValue: '@first',
|
||||
createTime: '@datetime',
|
||||
remark: '@cword(10,20)',
|
||||
|
||||
Reference in New Issue
Block a user