优化页面,去掉多余的打印

This commit is contained in:
季圣华
2021-06-18 21:25:00 +08:00
parent a13fcfcd21
commit 74c87d8d29
5 changed files with 128 additions and 128 deletions

View File

@@ -58,7 +58,7 @@ const permission = {
},
mutations: {
SET_ROUTERS: (state, data) => {
console.log('-----mutations---SET_ROUTERS----', data)
//console.log('-----mutations---SET_ROUTERS----', data)
state.addRouters = data
state.routers = constantRouterMap.concat(data)
// console.log('-----mutations last ---SET_ROUTERS----', state.routers)