书签功能 查询和更新

This commit is contained in:
simple321vip
2022-04-04 22:36:05 +08:00
parent dba73ea2a4
commit 2bbb02ef3d
4 changed files with 133 additions and 64 deletions
+10
View File
@@ -0,0 +1,10 @@
import request from '../utils/request'
const bookmark_type = () => {
return request({
url: '/master/bookmark/type',
method: 'get',
data: {}
})
}
export { bookmark_type }