feat: 完成跨域处理

This commit is contained in:
ccnetcore
2025-07-04 00:16:58 +08:00
parent c637d412e6
commit a70dfb0769
3 changed files with 45 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
//应用启动
"App": {
"SelfUrl": "http://*:19001",
"CorsOrigins": "http://localhost:19001;http://localhost:18000"
"CorsOrigins": "http://localhost:19001;http://localhost:18000;vscode-file://vscode-app"
},
//配置
"Settings": {