图片附件,注册密码,账号登陆

This commit is contained in:
kuang.yife 2023-12-11 14:29:52 +08:00
parent 489ddfff57
commit a50b9fcfcf
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,6 @@ package com.ruoyi.web.controller.app;
import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo; import com.github.pagehelper.PageInfo;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.Result; import com.ruoyi.common.core.domain.Result;
import com.ruoyi.system.domain.TbUserSingle; import com.ruoyi.system.domain.TbUserSingle;
import com.ruoyi.system.service.ITbUserSingleService; import com.ruoyi.system.service.ITbUserSingleService;

View File

@ -300,6 +300,12 @@ public class ShiroConfig
filterChainDefinitionMap.put("/tool/oss/**", "anon"); filterChainDefinitionMap.put("/tool/oss/**", "anon");
// app登陆接口 // app登陆接口
filterChainDefinitionMap.put("/app/login/**", "anon"); filterChainDefinitionMap.put("/app/login/**", "anon");
// app登陆接口
filterChainDefinitionMap.put("/app/user/**", "anon");
// app登陆接口
filterChainDefinitionMap.put("/app/single/**", "anon");
// app登陆接口
filterChainDefinitionMap.put("/app/img/**", "anon");
// 系统权限列表 // 系统权限列表
// filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll()); // filterChainDefinitionMap.putAll(SpringUtils.getBean(IMenuService.class).selectPermsAll());