Sign in

nx / creditNx · Commits

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,627
  • Compare
  • Branches 1
  • Tags 0
be0b36f6b928c349a197092cc4695d6825777736
  • creditNx
25 Apr, 2023
1 commit
  • update ruoyi-ui/src/layout/components/Sidebar/Logo.vue. ...
    be0b36f6
    修改了第38行的/* title: '若依后台管理系统',  */ 为/* title: process.env.VUE_APP_TITLE, */,使得侧边栏的平台标题内容可以和vue.config.js里面的process.env.VUE_APP_TITLE保持同步。
    
    Signed-off-by: yangfanao <2364917935@qq.com>
    yangfanao authored
    2 years ago  
    Browse Code »

23 Apr, 2023
6 commits
  • 添加新群号:136919097
    69bbccbd
    RuoYi authored
    2 years ago  
    Browse Code »
  • !713 缓存列表:多次清除操作,提示不变的问题 ...
    1eb7b3a0
    Merge pull request !713 from 刘立伟/master
    若依 authored
    2 years ago  
    Browse Dir »
  • !712 修复路由跳转被阻止时vue-router内部产生报错信息问题 ...
    4661edf7
    Merge pull request !712 from 爱吃猫的鱼/master
    若依 authored
    2 years ago  
    Browse Dir »
  • !710 修复代码生成表字段注释不全问题 ...
    84856051
    Merge pull request !710 from zouhuu/dev
    若依 authored
    2 years ago  
    Browse Code »
  • !707 恢复翻页/切换路由滚动功能 ...
    a4fe88ca
    Merge pull request !707 from 也曾为你像超人/master
    若依 authored
    2 years ago  
    Browse Dir »
  • !704 Vue的DictTag组件,当value没有匹配的值时,展示value ...
    af15a3b2
    Merge pull request !704 from Aurora/master
    若依 authored
    2 years ago  
    Browse Dir »

20 Apr, 2023
2 commits
  • 缓存列表:多次清除操作,提示不变的问题;
    571393c3
    刘立伟 authored
    2 years ago  
    Browse Dir »
  • 修复路由跳转被阻止时vue-router内部产生报错信息问题
    eff06c11
    loren-li authored
    2 years ago  
    Browse Code »

17 Apr, 2023
2 commits
  • 去除element滚动条
    6a18e063
    刘元博 authored
    2 years ago  
    Browse Code »
  • update ruoyi-generator/src/main/resources/mapper/generator/GenTableColumnMapper.xml. ...
    f04ca57f
    修复生成列字段注释显示不全问题
    
    Signed-off-by: zouhuu <zouhugz@163.com>
    zouhuu authored
    2 years ago  
    Browse Code »

15 Apr, 2023
1 commit
  • 恢复翻页/切换路由滚动功能
    b4f2a4f7
    刘元博 authored
    2 years ago  
    Browse Code »

14 Apr, 2023
1 commit
  • update pom.xml. ...
    de0a4328
    去除多余代码
    
    Signed-off-by: zouhuu <zouhugz@163.com>
    zouhuu authored
    2 years ago  
    Browse Code »

12 Apr, 2023
1 commit
  • 修改DictTag组件,当value没有匹配的值时,展示value
    4952ac0a
    刘鹏飞 authored
    2 years ago  
    Browse Dir »

11 Apr, 2023
1 commit
  • 修复开启TopNav后一级菜单路由参数设置无效问题(I6T1DK)
    6ad34533
    RuoYi authored
    2 years ago  
    Browse Dir »

10 Apr, 2023
6 commits
  • 修复导入用户时无法更新存在用户数据的问题
    5a634a4e
    RuoYi authored
    2 years ago  
    Browse Code »
  • 优化用户导入更新时需获取用户编号问题
    f5b865a2
    RuoYi authored
    2 years ago  
    Browse File »
  • !700 newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance() ...
    f7595e49
    Merge pull request !700 from Nymph2333/N/A
    若依 authored
    2 years ago  
    Browse Code »
  • !699 修改注释中不存在的参数 set ...
    64e71302
    Merge pull request !699 from bell/N/A
    若依 authored
    2 years ago  
    Browse Code »
  • newInstance() 已弃用,使用clazz.getDeclaredConstructor().newInstance() ...
    af0e0a11
    This method propagates any exception thrown by the nullary constructor, including a checked exception. Use of this method effectively bypasses the compile-time exception checking that would otherwise be performed by the compiler. The Constructor.newInstance method avoids this problem by wrapping any exception thrown by the constructor in a (checked) InvocationTargetException.
    The call
     clazz.newInstance()
    can be replaced by
     clazz.getDeclaredConstructor().newInstance()
    The latter sequence of calls is inferred to be able to throw the additional exception types InvocationTargetException and NoSuchMethodException. Both of these exception types are subclasses of ReflectiveOperationException.
    
    Signed-off-by: Nymph2333 <498092988@qq.com>
    Nymph2333 authored
    2 years ago  
    Browse Dir »
  • 修改注释中不存在的参数 set ...
    bef86e04
    Signed-off-by: bell <bellaconly@qq.com>
    bell authored
    2 years ago  
    Browse Dir »

09 Apr, 2023
1 commit
  • 下拉图标选择组件优化:1.已选择图标高亮回显 2.滚动条采用el-scrollbar
    1067567f
    尹志芳 authored
    2 years ago  
    Browse Code »

08 Apr, 2023
1 commit
  • 将el-scrollbar移动到main-container下,避免鼠标移出时无法隐藏的问题
    0a670fdf
    e authored
    2 years ago  
    Browse Code »

05 Apr, 2023
6 commits
  • 添加新群号:101046199
    a33090c9
    RuoYi authored
    2 years ago  
    Browse File »
  • 优化固定头部页签滚动条被隐藏的问题
    5061558e
    RuoYi authored
    2 years ago  
    Browse Code »
  • !686 导出Excel,提高导出效率 ...
    e7f08855
    Merge pull request !686 from wzy1024/wzy1024
    若依 authored
    2 years ago  
    Browse Code »
  • !683 修复tab栏“关闭其他”异常的问题 ...
    5c4682e0
    Merge pull request !683 from 也曾为你像超人/N/A
    若依 authored
    2 years ago  
    Browse Dir »
  • !682 解决表字段comment过长问题 ...
    5d5ebbec
    Merge pull request !682 from baozhigang/column-comment
    若依 authored
    2 years ago  
    Browse Code »
  • !681 移除vue-multiselect样式 ...
    23544bab
    Merge pull request !681 from Jimi/master
    若依 authored
    2 years ago  
    Browse Dir »

04 Apr, 2023
1 commit
  • 导出Excel,@Excel注解使用dictType属性时,如果有大量的字典数据,就会有大量的查询redis(打开、关闭),导致特别慢。于是使用map存储字典数… ...
    a907f848
    …据,相同的key就不需要再次去查询redis,大大提高了导出效率。
    wzy1024 authored
    2 years ago  
    Browse File »

01 Apr, 2023
1 commit
  • 修复tab栏”关闭其他“异常的问题 ...
    66200c42
    Signed-off-by: 也曾为你像超人 <1553592282@qq.com>
    也曾为你像超人 authored
    2 years ago  
    Browse Dir »

30 Mar, 2023
2 commits
  • 解决表字段comment过长问题
    5a252125
    “baozhigang” authored
    2 years ago  
    Browse Code »
  • style:移除vue-multiselect样式(项目中并未安装vue-multiselect plugin)
    95742bf5
    Jimi authored
    2 years ago  
    Browse Code »

18 Mar, 2023
3 commits
  • 优化选择图标组件
    4eea8cdb
    刘元博 authored
    2 years ago  
    Browse Code »
  • 升级fastjson到最新版2.0.25
    cfce89be
    RuoYi authored
    2 years ago  
    Browse Code »
  • delete build style
    ce7e12ec
    RuoYi authored
    2 years ago  
    Browse Code »

17 Mar, 2023
4 commits
  • 支持自定义隐藏属性列过滤子对象(I6GKPE)
    4f02f3c6
    RuoYi authored
    2 years ago  
    Browse Dir »
  • !673 $tab.closePage后存在非首页页签时不应该跳转首页 ...
    5ca9bd68
    Merge pull request !673 from Giovanni/master
    若依 authored
    2 years ago  
    Browse Dir »
  • !671 优化弹窗后导航栏偏移的问题 ...
    020a2d46
    Merge pull request !671 from 也曾为你像超人/master
    若依 authored
    2 years ago  
    Browse Dir »
  • !670 修复页面切换时布局错乱的问题 ...
    635d621b
    Merge pull request !670 from 也曾为你像超人/N/A
    若依 authored
    2 years ago  
    Browse Code »