书签功能 查询和更新
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import request from '../utils/request'
|
||||
const bookmark_type = () => {
|
||||
return request({
|
||||
url: '/master/bookmark/type',
|
||||
method: 'get',
|
||||
data: {}
|
||||
})
|
||||
}
|
||||
|
||||
export { bookmark_type }
|
||||
Reference in New Issue
Block a user