Showing
1 changed file
with
4 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-02-13 14:56:34 | 2 | * @Date: 2023-02-13 14:56:34 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-07-12 16:49:21 | 4 | + * @LastEditTime: 2024-07-15 11:35:56 |
| 5 | * @FilePath: /data-table/index.html | 5 | * @FilePath: /data-table/index.html |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -11,6 +11,9 @@ | ... | @@ -11,6 +11,9 @@ |
| 11 | <meta charset="UTF-8"> | 11 | <meta charset="UTF-8"> |
| 12 | <link rel="icon" type="image/svg+xml" href="http://www.wxgzjs.cn/template/default/static/images/favicon.ico" /> | 12 | <link rel="icon" type="image/svg+xml" href="http://www.wxgzjs.cn/template/default/static/images/favicon.ico" /> |
| 13 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" /> | 13 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" /> |
| 14 | + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> | ||
| 15 | + <meta http-equiv="Pragma" content="no-cache"> | ||
| 16 | + <meta http-equiv="Expires" content="0"> | ||
| 14 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | 17 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> |
| 15 | <title></title> | 18 | <title></title> |
| 16 | <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> --> | 19 | <!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.compat.css" /> --> | ... | ... |
-
Please register or login to post a comment