const app = { state:{ menuList:[] }, mutations:{ updateMenuList(state,router){ } }, actions:{ } } export default app;