邱宇豪
2023-11-10 c7f12c87e3a3e459281750d4387e8310b4aa460a
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(() => {