From 5a813f3b28f3cbf1db3a3657ccf83267c6e0d315 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 24 十月 2024 11:22:02 +0800 Subject: [PATCH] 工艺路线相关优化 --- src/store/modules/lock.ts | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/store/modules/lock.ts b/src/store/modules/lock.ts index da5ea00..efb1e20 100644 --- a/src/store/modules/lock.ts +++ b/src/store/modules/lock.ts @@ -1,9 +1,9 @@ -import type { LockInfo } from '/#/store'; +import type { LockInfo } from '#/store'; import { defineStore } from 'pinia'; -import { LOCK_INFO_KEY } from '/@/enums/cacheEnum'; -import { Persistent } from '/@/utils/cache/persistent'; +import { LOCK_INFO_KEY } from '@/enums/cacheEnum'; +import { Persistent } from '@/utils/cache/persistent'; import { useUserStore } from './user'; interface LockState { -- Gitblit v1.9.3