|
@@ -88,7 +88,7 @@ export default {
|
|
|
async getMenu() {
|
|
|
let list = _.cloneDeep(this.items);
|
|
|
// if (!_.get(this.user, 'id')) return;
|
|
|
- let type = '4';
|
|
|
+ let type = '0';
|
|
|
let menus = menu.filter(i => i.type == type);
|
|
|
if (menus) list.push(...menus, ...basic);
|
|
|
this.$set(this, `items`, _.uniqBy(list, 'index'));
|