图片附件,注册密码,账号登陆
This commit is contained in:
parent
489ddfff57
commit
a50b9fcfcf
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue