mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-15 05:56:37 +08:00
feat: 完成跨域处理
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user