From 6f1acfd2086a1f8c2cb80afd3db4e534e44d545e Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 14 八月 2026 10:33:51 +0800
Subject: [PATCH] fix: 报工明细创建日期格式化
---
index.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index ea6c0e5..274352d 100644
--- a/index.html
+++ b/index.html
@@ -11,9 +11,9 @@
<link rel="icon" href="/favicon.ico" />
<title>%VITE_APP_TITLE%</title>
<!-- 楂樺痉鍦板浘API -->
- <!-- <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=6af5d2639adbbabf95eddfbf2bae5739"></script> -->
+ <script type="text/javascript" src="https://webapi.amap.com/maps?v=2.0&key=6af5d2639adbbabf95eddfbf2bae5739"></script>
<!-- 楂樺痉鍦板浘鎼滅储鎻掍欢 -->
- <!-- <script type="text/javascript" src="https://webapi.amap.com/loca?v=2.0.0&key=6af5d2639adbbabf95eddfbf2bae5739"></script> -->
+ <script type="text/javascript" src="https://webapi.amap.com/loca?v=2.0.0&key=6af5d2639adbbabf95eddfbf2bae5739"></script>
<!--[if lt IE 11
]><script>
window.location.href = "/html/ie.html";
--
Gitblit v1.9.3