From 9b47ddea95765d8bf9f7206e06a5ae0156060aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Fri, 28 Mar 2025 17:08:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E4=BF=AE=E6=94=B9=E5=90=8E=E7=9A=84=E5=BC=95?= =?UTF-8?q?=E7=94=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/main/home.vue | 2 +- pages/settingForBluetooth/motorTorsion.vue | 2 +- stores/notification.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/main/home.vue b/pages/main/home.vue index 6ea56dc..61bcb9d 100644 --- a/pages/main/home.vue +++ b/pages/main/home.vue @@ -181,7 +181,7 @@ import { useBasicStore } from '@/stores/basic' import { deleteKeyRequest } from '@/api/key' import { deleteLockRequest } from '@/api/lock' - import { setStorage, getStorage } from '../../utils/storage' + import { setStorage, getStorage } from '@/utils/storage' export default { data() { diff --git a/pages/settingForBluetooth/motorTorsion.vue b/pages/settingForBluetooth/motorTorsion.vue index f620cf4..ab25d00 100644 --- a/pages/settingForBluetooth/motorTorsion.vue +++ b/pages/settingForBluetooth/motorTorsion.vue @@ -54,7 +54,7 @@ import { updateLockSettingRequest } from '@/api/setting' import { useBluetoothStore } from '@/stores/bluetooth' import { useUserStore } from '@/stores/user' - import { useBasicStore } from '../../stores/basic' + import { useBasicStore } from '@/stores/basic' const $basic = useBasicStore() const $bluetooth = useBluetoothStore() diff --git a/stores/notification.js b/stores/notification.js index 14a2ca3..1f217ec 100644 --- a/stores/notification.js +++ b/stores/notification.js @@ -1,5 +1,5 @@ import { defineStore } from 'pinia' -import { getNotificationList } from '../api/notification' +import { getNotificationList } from '@/api/notification' export const useNotificationStore = defineStore('notification', { state() {