Frontend layout fixed

This commit is contained in:
Vion
2022-01-30 15:07:06 +08:00
parent b3c21bb35f
commit 2fdfb0e9c1
5 changed files with 31 additions and 63 deletions

View File

@@ -36,7 +36,7 @@ export default async(url = '', data = {}, type = 'GET', method = 'fetch') => {
'Content-Type': 'application/json',
'x-access-token': token
},
mode: 'cors',
// mode: 'cors',
// channelId:'H5@2021',
cache: 'force-cache'
}