From f3139dafc99fce09356b2d1bfe4629efbf412873 Mon Sep 17 00:00:00 2001 From: zch Date: Tue, 6 May 2025 15:46:06 +0800 Subject: [PATCH] =?UTF-8?q?config:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B7=AF=E5=BE=84=E5=92=8C=E9=AA=8C=E8=AF=81?= =?UTF-8?q?=E7=A0=81=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改文件上传路径为 /media/tao_iot/ruoyi/uploadPath - 将验证码类型从 char 修改为 math --- os-admin/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os-admin/src/main/resources/application.yml b/os-admin/src/main/resources/application.yml index 119835c..ba13025 100644 --- a/os-admin/src/main/resources/application.yml +++ b/os-admin/src/main/resources/application.yml @@ -9,11 +9,11 @@ ruoyi: # 实例演示开关 demoEnabled: true # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath) - profile: /home/ruoyi/uploadPath + profile: /media/tao_iot/ruoyi/uploadPath # 获取ip地址开关 addressEnabled: false # 验证码类型 math 数字计算 char 字符验证 - captchaType: char + captchaType: math # 开发环境配置 server: