Explorar o código

配置修改

Signed-off-by: anderx <312518615@qq.com>
anderx %!s(int64=6) %!d(string=hai) anos
pai
achega
76f280ef60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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">