From 685f3970be1bdf72e4ea4f635c0976057ffa24b4 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 24 十二月 2024 09:09:06 +0800 Subject: [PATCH] 修改onlyoffice文件预览 --- index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index c2bd28a..44e68ea 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ </head> <body> <div id="app"></div> -<script type='text/javascript' src='https://ztwxlims.ztt.cn:7443/web-apps/apps/api/documents/api.js'></script> +<script type='text/javascript' src='https://ztwxlims.ztt.cn:7443/apps/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