- 将 Props 中 ID 字段从 number 改为 number | string,兼容后端 Long 序列化为 String - 修复分页组件 total 字段类型,使用 Number() 转换避免 Vue warn - 影响组件: PrepareNavigation, LessonCard, SelectLessonsModal 等 - 影响视图: StudentListView, TeacherListView, ParentListView 等
12 lines
164 B
JSON
12 lines
164 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mvn compile:*)",
|
|
"Bash(sed:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(export:*)",
|
|
"Bash(git:*)"
|
|
]
|
|
}
|
|
}
|