bingbo
2023-11-27 75c292340b20e71e30af074e3919e9b2d8d50d5b
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(() => {