feat: projectID设置

This commit is contained in:
2026-02-24 14:28:25 +08:00
parent e12bd75e17
commit 37cedb5272
2 changed files with 9 additions and 3 deletions

View File

@@ -13,8 +13,13 @@ export const useProjectStore = defineStore('project', () => {
}
}
const setId = id=>{
state.value.id = id
}
return {
state,
setProject,
setId
}
})