From 9a34ff2378be183e5dd80dc1b7ac98579589ff62 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期一, 15 七月 2024 18:52:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
index.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
index 5e2878a..08e3452 100644
--- a/index.html
+++ b/index.html
@@ -9,10 +9,10 @@
<title>LIMS瀹為獙瀹ょ鐞嗙郴缁�</title>
<link rel="icon" type="image/x-icon" href="./static/img/logo.png">
- <link href="./static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" />
- <link href="./static/luckysheet/plugins/plugins.css" rel="stylesheet" />
- <link href="./static/luckysheet/css/luckysheet.css" rel="stylesheet" />
- <link href="./static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" />
+ <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/css/pluginsCss.css" rel="stylesheet" />
+ <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/plugins/plugins.css" rel="stylesheet" />
+ <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/css/luckysheet.css" rel="stylesheet" />
+ <link href="<%= htmlWebpackPlugin.options.url %>/static/luckysheet/assets/iconfont/iconfont.css" rel="stylesheet" />
<style>
#app{
overflow: hidden;
@@ -26,7 +26,7 @@
<body>
<div id="app"></div>
<script type='text/javascript' src='http://10.16.173.59:81/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>
-</body>
</html>
--
Gitblit v1.9.3