fix:修改utils

This commit is contained in:
MTrun
2021-12-20 14:29:29 +08:00
parent 8dc4769b64
commit d388bea7bd
20 changed files with 121 additions and 100 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { defineStore } from 'pinia'
import { store } from '@/store'
import { theme } from '@/settings/designSetting'
import { DesignStateType } from './designStore.d'
import { setLocalStorage, getLocalStorage } from '@/utils/storage'
import { setLocalStorage, getLocalStorage } from '@/utils'
import { GO_Theme_SELECT } from '@/settings/storageConst'
import { ThemeEnum } from '@/enums/styleEnum'