Showing
1 changed file
with
3 additions
and
0 deletions
| ... | @@ -4,6 +4,9 @@ | ... | @@ -4,6 +4,9 @@ |
| 4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> | 6 | <meta name="viewport" content="width=device-width,initial-scale=1.0"> |
| 7 | + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> | ||
| 8 | + <meta http-equiv="Pragma" content="no-cache"> | ||
| 9 | + <meta http-equiv="Expires" content="0"> | ||
| 7 | <link rel="stylesheet" href="./lib/element-ui.css"> | 10 | <link rel="stylesheet" href="./lib/element-ui.css"> |
| 8 | </head> | 11 | </head> |
| 9 | <body> | 12 | <body> | ... | ... |
-
Please register or login to post a comment