Browse Source

fix: flow 问题

lanceJiang 1 year ago
parent
commit
c6ba45d868
1 changed files with 1 additions and 1 deletions
  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({
 export const useFlowStore = defineStore({
-	id: 'flow',
+	id: 'azd_flow',
 	state: () => {
 	state: () => {
 		return {
 		return {
 			storeInfoName: '',
 			storeInfoName: '',