实现history页面缓存
This commit is contained in:
@@ -45,7 +45,8 @@ const Workspace: Module<DesignDetail, RootState> = {
|
||||
model: [] //模特
|
||||
},
|
||||
projectList: [], //项目列表参数
|
||||
projectPath:''
|
||||
projectPath:'',
|
||||
cachedRoutes: [],
|
||||
},
|
||||
mutations: {
|
||||
setWorkspace(state, files) {
|
||||
|
||||
Reference in New Issue
Block a user