Browse Source

增加index路径

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@6347 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
suntg 9 years ago
parent
commit
b4e05aeb20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/webapp/WEB-INF/spring/webmvc.xml

+ 1 - 0
src/main/webapp/WEB-INF/spring/webmvc.xml

@@ -48,6 +48,7 @@
 	</bean>
 
 	<mvc:view-controller path="/" view-name="index" />
+	<mvc:view-controller path="/index" view-name="index" />
 	<mvc:view-controller path="/storage" view-name="storage" />
 	<mvc:view-controller path="/public" view-name="public" />
 	<mvc:view-controller path="/serve" view-name="serve" />