Browse Source

配置修改

Signed-off-by: anderx <312518615@qq.com>
anderx 6 years ago
parent
commit
76f280ef60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/spring/spring-shiro.xml

+ 1 - 1
src/main/resources/spring/spring-shiro.xml

@@ -143,7 +143,7 @@
 	<bean id="shiroFilter" class="org.apache.shiro.spring.web.ShiroFilterFactoryBean">
 		<property name="securityManager" ref="securityManager" />
 		<property name="loginUrl" value="/portal/index" />
-		<property name="successUrl" value="/" />
+		<property name="successUrl" value="/portal/index" />
 		<property name="unauthorizedUrl" value="/portal/index" />
 		<property name="filterChainDefinitions" value="#{shiroManager.loadFilterChainDefinitions()}" />
 		<property name="filters">