邱宇豪
2023-11-06 379f5730ad581421bd470fb21f323b8d4bf6a830
web/src/router/routerConfig.js
@@ -67,9 +67,11 @@
        let list = res.data.map(item => item.buttonHtmlId)
        pinia.changeMenuButtonInfo(list);
      }
      next()
    })
  } else {
    next()
  }
  next();
})
router.afterEach(() => {