mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
Merge branch 'master' of http://gitlab.dongwu-inc.com:10080/BOE/fe-manage
This commit is contained in:
@@ -13,6 +13,7 @@ export default createStore({
|
||||
],
|
||||
|
||||
assessmentName: "",
|
||||
routerId: null,
|
||||
},
|
||||
getters: {},
|
||||
mutations: {
|
||||
@@ -20,6 +21,10 @@ export default createStore({
|
||||
// console.log('list', list)
|
||||
state.openpages = list;
|
||||
},
|
||||
chengeRouterId(state, routerId) {
|
||||
// console.log('list', list)
|
||||
state.routerId = routerId;
|
||||
},
|
||||
|
||||
SET_assessmentName(state, name) {
|
||||
state.assessmentName = name;
|
||||
|
||||
Reference in New Issue
Block a user