/* * @Author: changjun * @FilePath: /qingdao-safety-product/src/router/menu/index.ts * @Date: 2022-07-28 14:42:56 * @Description: 菜单栏 * @LastEditTime: 2022-07-28 14:52:49 * @LastEditors: changjun */ import { screenMenu } from './static' export const menuList = [ screenMenu ] export const addMenuToList = (list) => { return [...menuList, ...list] }