mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-10 19:00:53 +08:00
优化:优化跨域配置,可支持配置允许跨域的具体域名或 *
This commit is contained in:
@@ -176,11 +176,7 @@ local-storage:
|
||||
--- ### 跨域配置
|
||||
cors:
|
||||
# 配置允许跨域的域名
|
||||
allowedOrigins:
|
||||
- http://127.0.0.1:5173
|
||||
- http://localhost:5173
|
||||
- http://cnadmin.charles7c.top
|
||||
- https://cnadmin.charles7c.top
|
||||
allowedOrigins: '*'
|
||||
# 配置允许跨域的请求方式
|
||||
allowedMethods: '*'
|
||||
# 配置允许跨域的请求头
|
||||
|
Reference in New Issue
Block a user