From 56d13900e2d74eeb9e22a9d86dc929640a676f6f Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期一, 17 三月 2025 17:21:43 +0800
Subject: [PATCH] fix:修改框架,初始化项目模板

---
 src/views/facility/handleRecord/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/facility/handleRecord/index.vue b/src/views/facility/handleRecord/index.vue
index 3572414..ec21fba 100644
--- a/src/views/facility/handleRecord/index.vue
+++ b/src/views/facility/handleRecord/index.vue
@@ -8,7 +8,7 @@
 -->
  <script setup>
  import  recordApi from "@/api/facility/record.js";
- import setPostParams from "../../../utils/searchParams.js";
+ import setPostParams from "@/utils/searchParams.js";
  const { proxy } = getCurrentInstance();
  
 /**

--
Gitblit v1.9.3