Files
Vue/student-vol/mock/yearList.json
2026-01-13 14:41:17 +08:00

24 lines
317 B
JSON

{
"error": 0,
"data": {
"list": [
{
"value": 2023,
"text": "2023年"
},
{
"value": 2024,
"text": "2024年"
},
{
"value": 2025,
"text": "2025年"
},
{
"value": 2026,
"text": "2026年"
}
]
}
}