From 8b35e3c9751e26b26cf1a043149fd971ea81848c Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Tue, 15 Oct 2024 14:11:12 +0800 Subject: [PATCH] fix: modify getPreference url --- src/api/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/settings.js b/src/api/settings.js index 673601969..892232ab8 100644 --- a/src/api/settings.js +++ b/src/api/settings.js @@ -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' }) }