fix: 修复文件路径修改后的引用bug
This commit is contained in:
parent
5ba64b814b
commit
9b47ddea95
@ -181,7 +181,7 @@
|
|||||||
import { useBasicStore } from '@/stores/basic'
|
import { useBasicStore } from '@/stores/basic'
|
||||||
import { deleteKeyRequest } from '@/api/key'
|
import { deleteKeyRequest } from '@/api/key'
|
||||||
import { deleteLockRequest } from '@/api/lock'
|
import { deleteLockRequest } from '@/api/lock'
|
||||||
import { setStorage, getStorage } from '../../utils/storage'
|
import { setStorage, getStorage } from '@/utils/storage'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
import { updateLockSettingRequest } from '@/api/setting'
|
import { updateLockSettingRequest } from '@/api/setting'
|
||||||
import { useBluetoothStore } from '@/stores/bluetooth'
|
import { useBluetoothStore } from '@/stores/bluetooth'
|
||||||
import { useUserStore } from '@/stores/user'
|
import { useUserStore } from '@/stores/user'
|
||||||
import { useBasicStore } from '../../stores/basic'
|
import { useBasicStore } from '@/stores/basic'
|
||||||
|
|
||||||
const $basic = useBasicStore()
|
const $basic = useBasicStore()
|
||||||
const $bluetooth = useBluetoothStore()
|
const $bluetooth = useBluetoothStore()
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
import { defineStore } from 'pinia'
|
import { defineStore } from 'pinia'
|
||||||
import { getNotificationList } from '../api/notification'
|
import { getNotificationList } from '@/api/notification'
|
||||||
|
|
||||||
export const useNotificationStore = defineStore('notification', {
|
export const useNotificationStore = defineStore('notification', {
|
||||||
state() {
|
state() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user