Explorar el Código

fix: flow 问题

lanceJiang hace 1 año
padre
commit
c6ba45d868
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: '',