瀏覽代碼

配置修改

Signed-off-by: anderx <312518615@qq.com>
anderx 6 年之前
父節點
當前提交
76f280ef60
共有 1 個文件被更改,包括 1 次插入1 次删除
  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">