1.0
xin
2025-04-15 9703057956549369444720e429a1bda75a1c1178
oying-system/src/main/resources/config/application-prod.yml
@@ -66,7 +66,7 @@
  #  验证码
  code:
    #  验证码类型配置 查看 LoginProperties 类
    code-type: arithmetic
    code-type: spec
    #  登录图形验证码有效时间/分钟
    expiration: 2
    #  验证码高度
@@ -119,8 +119,8 @@
    path: ~/file/
    avatar: ~/avatar/
  linux:
    path: /home/oying/file/
    avatar: /home/oying/avatar/
    path: /opt/oying/file/
    avatar: /opt/oying/avatar/
  windows:
    path: C:\oying\file\
    avatar: C:\oying\avatar\