Snippets Groups Projects
Commit f070d082 authored by Lorex's avatar Lorex
Browse files

misc: 補 comment

parent d514ff00
Branches develop
No related merge requests found
......@@ -31,19 +31,19 @@ module.exports = {
// 權限表(之後視情況開 db collection)
const roleName = {
0: {
name: 'SysAdmin'
name: 'SysAdmin' // 系統開發管理員(開發用,不開放給 user)
},
1: {
name: 'Admin'
name: 'Admin' // 管理員
},
10: {
name: 'Teacher'
name: 'Teacher' // 老師
},
999: {
name: 'Student'
name: 'Student' // 學生
},
1000: {
name: 'StudentWithoutExam'
name: 'StudentWithoutExam' // 沒有測驗權限的學生
}
};
// 查詢 mail
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment