优化
This commit is contained in:
@ -7,7 +7,7 @@ const mutations = {
|
||||
ADD_VISITED_VIEW: (state, view) => {
|
||||
if (state.visitedViews.some(v => v.path === view.path)) return
|
||||
let title = view.meta.title || 'no-name';
|
||||
console.log(view)
|
||||
//console.log(view)
|
||||
if(view && view.query && view.query.dayflowassessmentteacherdetails) {
|
||||
title = view.query.dayflowassessmentteacherdetails;
|
||||
}
|
||||
|
Reference in New Issue
Block a user