去掉流程类型,改为在路由中表示流程
This commit is contained in:
@@ -5,15 +5,6 @@ export const useOverallStore = defineStore({
|
||||
state: () => {
|
||||
return {
|
||||
loading:false,
|
||||
/**
|
||||
* 流程类型
|
||||
* main: 主流程
|
||||
* reinventing: 魔改
|
||||
* stylist: 查看设计师
|
||||
* clientId: 切换客户
|
||||
*
|
||||
*/
|
||||
flowType:'',
|
||||
}
|
||||
},
|
||||
getters: {
|
||||
@@ -24,8 +15,5 @@ export const useOverallStore = defineStore({
|
||||
setLoading(data:boolean){
|
||||
this.loading = data
|
||||
},
|
||||
setFlowType(data:string){
|
||||
this.flowType = data
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user