取消订阅新加条件
This commit is contained in:
@@ -106,6 +106,10 @@ const Workspace: Module<DesignDetail, RootState> = {
|
||||
model: [] //模特
|
||||
}
|
||||
},
|
||||
createProjectPath(state){
|
||||
state.projectPath = ''
|
||||
state.cachedRoutes = []
|
||||
},
|
||||
setProjectPath(state, path) {
|
||||
state.projectPath = path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user