This commit is contained in:
X1627315083@163.com
2026-03-05 15:13:16 +08:00
parent 710bd0c30e
commit b8f840e05f
7 changed files with 54 additions and 32 deletions

View File

@@ -4,6 +4,7 @@ export const useProjectStore = defineStore('project', () => {
const state = ref({// 项目参数
id: '',
nodeId: '',
nodeCreateTime: '',
})
const setProject = (obj: any) => {
@@ -20,6 +21,7 @@ export const useProjectStore = defineStore('project', () => {
state.value = {
id: '',
nodeId: '',
nodeCreateTime: '',
}
}