Refactor API requests and update component keys

This commit is contained in:
wangqiao
2025-08-21 21:43:46 +08:00
parent 2fe36051f8
commit 0de28e554a
5 changed files with 8 additions and 15 deletions

View File

@ -31,7 +31,7 @@
status: 0,
})
const { data: bannerList } = useAsyncData('get-setting-Page', async () => {
const { data: bannerList } = useAsyncData('get-setting-Page-learning-recommendations', async () => {
const res = await getSettingPage(pageReq)
return res.data
})