From 7a5de6ba2d6a750f09d6c0b558b8d05afcb1c633 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期五, 07 六月 2024 16:47:08 +0800 Subject: [PATCH] 优化功能 --- index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index ba5e1c3..6989e3f 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@ </head> <body> <div id="app"></div> + <script type='text/javascript' src='http://192.168.11.200:81/web-apps/apps/api/documents/api.js'></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/js/plugin.js"></script> <script src="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/luckysheet.umd.js"></script> </body> -- Gitblit v1.9.3