diff options
author | “shentao” <shentao@chinamobile.com> | 2017-03-16 23:09:07 +0800 |
---|---|---|
committer | “shentao” <shentao@chinamobile.com> | 2017-03-16 23:09:21 +0800 |
commit | 739b4395c43351361c82b29deedfafedbfd1c6b2 (patch) | |
tree | 8981cd09c166de0549261c64452000515140c331 /integration/src | |
parent | 108730b2f8fe2a95e826bc0144ad84a632a92656 (diff) |
modify login function
Issue-id: CLIENT-13
Change-Id: I6a10a0eb0b0f81cd8a51f260fd0e956ea63e1d90
Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'integration/src')
-rw-r--r-- | integration/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/src/main/webapp/WEB-INF/web.xml b/integration/src/main/webapp/WEB-INF/web.xml index e1dca7e4..70005f50 100644 --- a/integration/src/main/webapp/WEB-INF/web.xml +++ b/integration/src/main/webapp/WEB-INF/web.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright 2016-2017, CMCC Technologies Co., Ltd. + Copyright 2016-2017, China Mobile Co., Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,7 +17,7 @@ <web-app> <display-name>OPEN-O Web Application</display-name> <welcome-file-list> - <welcome-file>login/html/login.html</welcome-file> + <welcome-file>login/index.html</welcome-file> </welcome-file-list> <listener> <listener-class>org.openo.portal.system.SystemListener</listener-class> |