百度云放盘第三方登录

This commit is contained in:
simple321vip
2022-07-17 10:00:32 +08:00
parent 39b417b6d3
commit 69e05f61a3
11 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import request from '../utils/request'
const bookmark_type = () => {
return request({
url: '/api/v1/master/bookmark/type',
url: '/auth/api/v1/master/bookmark/type',
method: 'get',
data: {}
})