Explorar el Código

配置修改

Signed-off-by: anderx <312518615@qq.com>
anderx hace 6 años
padre
commit
76f280ef60
Se han modificado 1 ficheros con 1 adiciones y 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">