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() {