From bd9ad4bf15ec50992e253e0428aeb9b92a145f60 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 25 十二月 2024 08:58:25 +0800 Subject: [PATCH] 文件预览调试 --- index.html | 18 +++++++++++++----- 1 files changed, 13 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index fea4cf1..3b3d169 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,19 @@ +<!-- + * @Author: licp lichunping@guanfang.com.cn + * @Date: 2024-12-24 16:13:55 + * @LastEditors: licp lichunping@guanfang.com.cn + * @LastEditTime: 2024-12-24 16:54:50 + * @FilePath: \tx-lims-before\index.html + * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE +--> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> - <meta http-equiv="Expires" CONTENT="0"> - <meta http-equiv="Cache-Control" CONTENT="no-cache"> - <meta http-equiv="Pragma" CONTENT="no-cache"> + + <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>LIMS瀹為獙瀹ょ鐞嗙郴缁�</title> <link rel="icon" type="image/x-icon" href="./static/img/logo.png"> @@ -29,7 +37,7 @@ </head> <body> <div id="app"></div> -<script type='text/javascript' src='http://10.16.173.59:81/web-apps/apps/api/documents/api.js'></script> +<script type='text/javascript' src='https://ztwxlims.ztt.cn:7443/onlyoffice/web-apps/apps/api/documents/api.js'></script> </body> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> -- Gitblit v1.9.3