流程+任务分发+报销功能完成
This commit is contained in:
@@ -13,7 +13,8 @@ ruoyi:
|
||||
# 缓存懒加载
|
||||
cacheLazy: false
|
||||
# 文件路径
|
||||
profile: F:\work\fad_oa系统\fad_oa\temp
|
||||
profile: /home/wangyu/oa/uploadPath
|
||||
# profile: F:\work\fad_oa系统\fad_oa\temp
|
||||
|
||||
captcha:
|
||||
# 页面 <参数设置> 可开启关闭 验证码校验
|
||||
|
||||
@@ -41,13 +41,13 @@ public class RuoYiConfig {
|
||||
*/
|
||||
private boolean cacheLazy;
|
||||
|
||||
// /** 上传路径 */
|
||||
// @Getter
|
||||
// private static String profile = "/home/wangyu/oa/uploadPath";
|
||||
|
||||
/** 上传路径 */
|
||||
@Getter
|
||||
private static String profile = "F:\\work\\fad_oa系统\\fad_oa\\temp";
|
||||
private static String profile = "/home/wangyu/oa/uploadPath";
|
||||
//
|
||||
// /** 上传路径 */
|
||||
// @Getter
|
||||
// private static String profile = "F:\\work\\fad_oa系统\\fad_oa\\temp";
|
||||
|
||||
/**
|
||||
* 获取地址开关
|
||||
|
||||
Reference in New Issue
Block a user