mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
feat:修改学习路径操作
This commit is contained in:
@@ -6,8 +6,9 @@ export default createStore({
|
||||
pagename: "学习路径",
|
||||
href: "/learningpath",
|
||||
active: true,
|
||||
},]
|
||||
},],
|
||||
|
||||
routerId: null,
|
||||
},
|
||||
getters: {
|
||||
|
||||
@@ -16,7 +17,11 @@ export default createStore({
|
||||
chengeOpenpages(state, list) {
|
||||
// console.log('list', list)
|
||||
state.openpages = list
|
||||
}
|
||||
},
|
||||
chengeRouterId(state, routerId) {
|
||||
// console.log('list', list)
|
||||
state.routerId = routerId
|
||||
},
|
||||
},
|
||||
actions: {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user