blog-server/controllers/label.js

6 lines
123 B
JavaScript
Raw Normal View History

2019-12-02 16:08:44 +08:00
// 获取标签
var getlabel = async (ctx,next)=>{
await IDBOpenDBRequest.find('label').then((res)=>{
})
}