From 21e346b09b236c1645a4af2b045dd599b248b6f0 Mon Sep 17 00:00:00 2001
From: luohairen <3399054449@qq.com>
Date: 星期二, 29 十月 2024 17:07:06 +0800
Subject: [PATCH] 增加了重置密码的功能
---
public/index.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index dc077a3..77e047c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -9,7 +9,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>姹熻タ璇煶瑙嗛鍩硅绯荤粺</title>
+ <title>璇煶瑙嗛鍩硅绯荤粺</title>
<style>
html {
height: 100%;
@@ -24,7 +24,7 @@
}
</style>
- <script src='https://ycl.easyblog.vip:8443/external_api.js'></script>
+ <script src='https://ycl.easyblog.vip:82/external_api.js'></script>
<script src='./admin/components/echarts/echarts.min.js'></script>
<script src='./admin/components/echarts/theme/macarons.js'></script>
@@ -63,4 +63,4 @@
<!-- built files will be auto injected -->
</body>
-</html>
\ No newline at end of file
+</html>
--
Gitblit v1.8.0