|
|
@@ -88,7 +88,7 @@ export default {
|
|
|
const access = userInfo.access;
|
|
|
if (access && access.length) {
|
|
|
// console.log(11)
|
|
|
- console.log(state.header);
|
|
|
+ // console.log(state.header);
|
|
|
return state.header.filter(item => {
|
|
|
let state = true;
|
|
|
if (item.auth && !includeArray(item.auth, access)) state = false;
|