diff options
author | zhouruiyu <zhouruiyu@huawei.com> | 2016-11-01 17:30:50 +0800 |
---|---|---|
committer | zhouruiyu <zhouruiyu@huawei.com> | 2016-11-01 17:30:50 +0800 |
commit | e7775ffa31c118ba7fb71462f1ab7501573c0189 (patch) | |
tree | 4422535f644d52ab683ae89dce3ffcafeccde8f7 /openo-portal/portal-common/src/main/webapp | |
parent | cfc644168c2b7c087fe62c9806fc8e5d4f903cbb (diff) |
change the default page as no cache.
https://jira.open-o.org/browse/OCS-145
Change-Id: Ie300f51213e5818eab160fb31f69d8cfad97dfea
Signed-off-by: zhouruiyu <zhouruiyu@huawei.com>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp')
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/login.html b/openo-portal/portal-common/src/main/webapp/common/login.html index 0d0ddbba..67ad3a8f 100644 --- a/openo-portal/portal-common/src/main/webapp/common/login.html +++ b/openo-portal/portal-common/src/main/webapp/common/login.html @@ -19,6 +19,7 @@ <title id="openo_login_title" name_i18n="openo_login_i18n_login"></title> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta http-equiv="pragma" content="no-cache"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> <meta content="" name="description"/> <meta content="" name="author"/> |