refactor: 前端表单重置优化

This commit is contained in:
2023-09-24 11:41:32 +08:00
17 changed files with 45 additions and 113 deletions

View File

@@ -83,7 +83,7 @@ public class GenConfigDO implements Serializable {
*/
@Schema(description = "前端路径", example = "D:/continew-admin/continew-admin-ui/src/views/system/user")
@Length(max = 255, message = "前端路径不能超过 {max} 个字符")
@Pattern(regexp = "^(?=.*src\\/views)(?!.*\\/views\\/?$).*", message = "前端路径配置错误")
@Pattern(regexp = "^$|^(?=.*src\\/views)(?!.*\\/views\\/?$).*", message = "前端路径配置错误")
private String frontendPath;
/**