Skip to content

Commit

Permalink
1.2.0-beta23-12-6编译前修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed Dec 6, 2023
1 parent ba13f99 commit ee49f4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ coverage
*.njsproj
*.sln
*.sw?
.pnpm-store

# Environment variables files
/service/.env
Expand Down
2 changes: 1 addition & 1 deletion service/assets/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3|1.1.0
4|1.2.0-beta23-12-6
3 changes: 1 addition & 2 deletions src/views/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { deletes, getListByGroupId, saveSort } from '@/api/panel/itemIcon'
import { getList as getGroupList } from '@/api/panel/itemIconGroup'
import { setTitle, updateLocalUserInfo } from '@/utils/cmn'
import { useAuthStore, usePanelState, useUserStore } from '@/store'
import { useAuthStore, usePanelState } from '@/store'
import { PanelPanelConfigStyleEnum, PanelStateNetworkModeEnum } from '@/enums'
import { VisitMode } from '@/enums/auth'
import { router } from '@/router'
Expand All @@ -28,7 +28,6 @@ const stateDragAppSort = ref<StateDragAppSort>({
const ms = useMessage()
const dialog = useDialog()
const panelState = usePanelState()
const userStore = useUserStore()
const authStore = useAuthStore()
const scrollContainerRef = ref<HTMLElement | undefined>(undefined)
Expand Down

0 comments on commit ee49f4f

Please sign in to comment.