Refactor API requests and update component keys
This commit is contained in:
@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user