From 7ff62e110f5ebf6f39ac55b275c550f14e335bd2 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期一, 17 二月 2025 11:39:52 +0800 Subject: [PATCH] 标准库屏蔽批量编辑等功能 --- index.html | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/index.html b/index.html index dd35a9b..b82490a 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,8 @@ </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/onlyoffice/web-apps/apps/api/documents/api.js'></script> --> +<script type='text/javascript' src='http://192.168.22.29:9001/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