Bladeren bron

尝试测试缓存问题

Lijy 2 jaren geleden
bovenliggende
commit
dfecee5699
1 gewijzigde bestanden met toevoegingen van 5 en 0 verwijderingen
  1. 5 0
      fhKeeper/formulahousekeeper/timesheet/index.html

+ 5 - 0
fhKeeper/formulahousekeeper/timesheet/index.html

@@ -2,6 +2,11 @@
 <html>
     <head>
         <meta charset="utf-8">
+        <!-- 尝试清除打包缓存 -->
+        <meta http-equiv="pragram" content="no-cache">
+        <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
+        <meta http-equiv="expires" content="0">
+        <!-- 尝试清除打包缓存 -->
         <title>工时管家</title>
         <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"/>
         <link href="./static/css/public.css" rel="stylesheet" type="text/css"/>