修复便签滚动下拉加载数据

This commit is contained in:
WangHao
2020-10-13 21:51:31 +08:00
parent 9ab209fe6b
commit 20da1d10a0
2 changed files with 38 additions and 8 deletions

View File

@ -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'
})
}