叶松
2023-11-30 42dbaabeb12c037549b90adc7261c0c6ff5966ee
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(() => {