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/financial/userBankAccount/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/financial/userBankAccount/index.vue b/src/views/financial/userBankAccount/index.vue index a693754..ac755f3 100644 --- a/src/views/financial/userBankAccount/index.vue +++ b/src/views/financial/userBankAccount/index.vue @@ -2,7 +2,7 @@ <script setup > import userBankAccount from "@/api/financial/userBankAccount"; import user from "@/api/system/user"; - import setPostParams from "../../../utils/searchParams.js"; + import setPostParams from "@/utils/searchParams.js"; const { proxy } = getCurrentInstance(); /** -- Gitblit v1.9.3