fix: modify getPreference url

This commit is contained in:
wangruidong 2024-10-15 14:11:12 +08:00 committed by w940853815
parent 341a30ba06
commit d858489367

View File

@ -108,7 +108,7 @@ export function getLogo() {
export function getPreference() {
return request({
url: 'api/v1/users/preference/?category=luna',
url: '/api/v1/users/preference/?category=luna',
method: 'get'
})
}