mirror of
https://github.com/Dichgrem/Vue.git
synced 2026-02-05 06:21:56 -05:00
feat:student-vol
This commit is contained in:
23
student-vol/mock/durationList.json
Normal file
23
student-vol/mock/durationList.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"error": 0,
|
||||
"data": {
|
||||
"list": [
|
||||
{
|
||||
"value": 2,
|
||||
"text": "2小时"
|
||||
},
|
||||
{
|
||||
"value": 4,
|
||||
"text": "4小时"
|
||||
},
|
||||
{
|
||||
"value": 6,
|
||||
"text": "6小时"
|
||||
},
|
||||
{
|
||||
"value": 8,
|
||||
"text": "8小时"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user