const response = await fetch('https://uuooo.com/l?page=2&ajax=list');
const data = await response.json();
it is normal when I access it directly.
Access to fetch at ‘https://uuooo.com/l?page=2&ajax=list’ from origin ‘http://127.0.0.1:8021’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.