This commit is contained in:
pplokijuhyg 2020-01-06 18:31:48 +08:00
parent 66183f2696
commit 267366ed2d

View File

@ -36,6 +36,10 @@ let getsection = async (text)=>{
// list.push(obj)
// })
// console.log(list)
list = [{
title:"列表",
list:list
}]
return list
}