mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 03:01:57 -05:00
feat:student-vol
This commit is contained in:
19
student-vol/mock/yearList.json
Normal file
19
student-vol/mock/yearList.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"value": 2023,
|
||||
"text": "2023年"
|
||||
},
|
||||
{
|
||||
"value": 2024,
|
||||
"text": "2024年"
|
||||
},
|
||||
{
|
||||
"value": 2025,
|
||||
"text": "2025年"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user