diff options
author | jin xin <j00101220@huawei.com> | 2016-11-01 10:32:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-01 10:32:59 +0000 |
commit | e3698f0436be45c22ea69c2beaa1556ee354679e (patch) | |
tree | 315d662aa5fcfadb8d84783ba87bafff0510de46 | |
parent | 0280c084d16626e867fb5cedc6432ddefa0b5c60 (diff) | |
parent | 888570e112d2a5127a443270c1e138c6ac903c71 (diff) |
Merge "change the default page as no cache. https://jira.open-o.org/browse/OCS-145" into sun
-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"/> |