vva-cli
Version:
A CLI of Vue 3 and Typescript and Element-plus in Vite
27 lines • 484 B
JSON
{
"code": "0",
"msg": "success",
"data": {
"total": 4,
"list": [
{
"id": 456,
"text": "前端",
"pid": "",
"ctime": "2021-08-08 05:20:00"
},
{
"id": 789,
"text": "数据库",
"pid": "",
"ctime": "2021-08-08 05:20:00"
},
{
"id": 999,
"text": "工具类",
"pid": "456",
"ctime": "2021-08-08 05:20:00"
}
]
}
}