page-spy-web
page-spy-web copied to clipboard
跨域问题
Describe the bug
配置了config.json文件,引入文件会出现跨域问题,不配置也出现
Steps to reproduce
System Info
这个是package.json
{
"port": "6752",
"corsConfig": {
"allowOrigins": ["aipic.suntekcorps.com"]
}
}
Logs
No response
Validations
- [X] Read the FAQ.
- [X] Read the Contributing Guidelines.
- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [X] The provided reproduction is a minimal reproducible example of the bug.