add bookmark_type delete function

This commit is contained in:
simple321vip
2022-08-28 21:18:02 +08:00
parent 4eef8656c3
commit 41c42e2d47
52 changed files with 279 additions and 99 deletions
-9
View File
@@ -1,10 +1 @@
import request from '../utils/request'
const bookmark_type = () => {
return request({
url: '/auth/api/v1/master/bookmark/type',
method: 'get',
data: {}
})
}
export { bookmark_type }