fix:项目闯关模式状态显示问题

This commit is contained in:
wyx
2023-03-09 10:49:30 +08:00
parent 050a9ed4c6
commit e22bd7af7f
2 changed files with 3 additions and 3 deletions

View File

@@ -364,7 +364,7 @@ const { commit, dispatch, state } = useStore()
const store = useStore()
const userInfo = computed(() => state.userInfo)
const data = computed(() => state.projectInfo)
console.log(data)
onMounted(() => {
dispatch('getProjectInfo', { projectId })
})