blog-server/controllers/label.js
2019-12-02 16:08:44 +08:00

6 lines
123 B
JavaScript

// 获取标签
var getlabel = async (ctx,next)=>{
await IDBOpenDBRequest.find('label').then((res)=>{
})
}