This commit is contained in:
simple321vip
2022-07-16 10:23:01 +08:00
parent 3e3db3c904
commit 39b417b6d3
10 changed files with 82 additions and 29 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import request from '../utils/request'
const bookmark_type = () => {
return request({
url: '/master/bookmark/type',
url: '/api/v1/master/bookmark/type',
method: 'get',
data: {}
})