From b35a46c502f4bcc22c75e9e3c7fd29af5b98d84b Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 05 三月 2025 16:06:54 +0800
Subject: [PATCH] 代码初始化
---
screen/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/screen/index.html b/screen/index.html
index df4ce9d..307a090 100644
--- a/screen/index.html
+++ b/screen/index.html
@@ -8,9 +8,9 @@
</head>
<body>
<div id="app"></div>
- <script src="./public/jquery-1.12.4.min.js"></script>
- <script src="./public/jsencrypt.min.js"></script>
- <script src="./public/web-control_1.2.7.min.js"></script>
+ <script src="./jquery-1.12.4.min.js"></script>
+ <script src="./jsencrypt.min.js"></script>
+ <script src="./web-control_1.2.7.min.js"></script>
<script type="module" src="/src/main.js"></script>
<script src="https://webapi.amap.com/maps?v=2.0&key=96b8d96e645290f1de14f5229ee030e4"></script>
--
Gitblit v1.9.3