yanglzh 11 місяців тому
батько
коміт
82becd088d
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      public/plugin/screen/index.html

+ 4 - 0
public/plugin/screen/index.html

@@ -30,6 +30,9 @@
 
   <meta charset="UTF-8" />
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+  <meta http-equiv="Expires" content="0" />
+  <meta http-equiv="pragram" content="no-cache">
+  <meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
   <meta name="renderer" content="webkit" />
   <meta name="description" content="SagooDataView 是高效、高性能的拖拽式低代码数据可视化开发平台,将页面元素封装为基础组件,无需编写代码即可完成业务需求。">
   <meta name="keywords" content="SagooDataView,低代码,可视化">
@@ -37,6 +40,7 @@
   <meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" />
   <link rel="icon" href="./favicon.ico" />
   <title>SagooDataView</title>
+  
   <script>
     // 获取配置文件中的 服务地址,定义为全局变量
     fetch('/config.json').then(function (res) { return res.json() }).then(function (config) {