diff options
author | zhouruiyu <zhouruiyu@huawei.com> | 2016-11-01 18:08:03 +0800 |
---|---|---|
committer | zhouruiyu <zhouruiyu@huawei.com> | 2016-11-01 18:08:03 +0800 |
commit | 888570e112d2a5127a443270c1e138c6ac903c71 (patch) | |
tree | 17a7e821f4d8bba985e2ca64d98e38327d1eaf90 | |
parent | e7775ffa31c118ba7fb71462f1ab7501573c0189 (diff) |
change the default page as no cache.
https://jira.open-o.org/browse/OCS-145
Change-Id: I1ff955cb1bd43f51a4879d511e8ec74da3c6b9d7
Signed-off-by: zhouruiyu <zhouruiyu@huawei.com>
-rw-r--r-- | openo-portal/portal-common/src/main/webapp/common/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/default.html b/openo-portal/portal-common/src/main/webapp/common/default.html index f0120dc1..aa82dfd3 100644 --- a/openo-portal/portal-common/src/main/webapp/common/default.html +++ b/openo-portal/portal-common/src/main/webapp/common/default.html @@ -19,6 +19,7 @@ <title id="com_zte_ums_ict_framework_ui_page_title" name_i18n="openo_frame_page_i18n"></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"/> |