Browse Source

fix:[资源库管理]通知bug

master
15881625488@163.com 2 months ago
parent
commit
b99109ebe8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java

+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/service/impl/MjyServiceImpl.java View File

@ -1479,7 +1479,7 @@ public class MjyServiceImpl extends ServiceImpl implements IMjyS
* @return
*/
private String getUrlQz(String tab){
return "/resource/gyzj/"+tab;
return "/resource/mjy/"+tab;
}
}

Loading…
Cancel
Save