修复便签滚动下拉加载数据
This commit is contained in:
@ -12,7 +12,7 @@ export function selectBymenuNote(query) {
|
||||
// 查询便签管理详细
|
||||
export function userGetNoteInfo(noteId) {
|
||||
return request({
|
||||
url: '/note/note/userGetNoteInfo' + noteId,
|
||||
url: '/note/note/userGetNoteInfo/' + noteId,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user