fix: 添加CodeGeeX跨域支持

在CORS配置中新增http://codegeex域名,支持CodeGeeX工具的跨域访问请求
This commit is contained in:
chenchun
2025-08-14 14:24:03 +08:00
parent ee6b4827fa
commit 9d4cc802e9

View File

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