mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-12-29 17:00:57 +08:00
优化:优化跨域配置,可支持配置允许跨域的具体域名或 *
This commit is contained in:
@@ -40,6 +40,11 @@ public class StringConsts implements StrPool {
|
||||
*/
|
||||
public static final String SEMICOLON = ";";
|
||||
|
||||
/**
|
||||
* 星号
|
||||
*/
|
||||
public static final String ASTERISK = "*";
|
||||
|
||||
/**
|
||||
* 中文逗号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user