Quellcode durchsuchen

fix: flow 问题

lanceJiang vor 1 Jahr
Ursprung
Commit
c6ba45d868
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/store/modules/flow.ts

+ 1 - 1
src/store/modules/flow.ts

@@ -2,7 +2,7 @@ import { defineStore } from 'pinia'
 
 // 审核条目
 export const useFlowStore = defineStore({
-	id: 'flow',
+	id: 'azd_flow',
 	state: () => {
 		return {
 			storeInfoName: '',