config(App): 允许vben5默认端口5666跨域请求

This commit is contained in:
wcg
2026-01-04 11:50:40 +08:00
parent 9a121af7bd
commit cbd76d2952

View File

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