diff --git a/src/App.vue b/src/App.vue
index a9446d8..8c3d7fa 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -2,7 +2,7 @@
* @Author: XHC
* @Date: 2025-05-19 10:21:48
* @LastEditors: XHC
- * @LastEditTime: 2025-05-23 14:26:43
+ * @LastEditTime: 2025-05-23 16:02:16
* @Description:
-->
+
+
\ No newline at end of file
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index f05e6db..5016133 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -2,7 +2,7 @@
* @Author: XHC
* @Date: 2025-05-19 11:07:37
* @LastEditors: XHC
- * @LastEditTime: 2025-05-23 14:55:21
+ * @LastEditTime: 2025-05-23 16:03:02
* @Description: 首页
-->
@@ -51,7 +51,7 @@
-
+
历史巡检
HISTORICAL INSPECTION
@@ -175,14 +175,18 @@ const changeTitle = (index) => {
};
const changeCategory = (index) => {
categoryCurIndex.value = index
+}
+// 历史巡检跳转
+const goToHistory = () => {
+ uni.navigateTo({
+ url: '/pages/history/history'
+ });
}