he wei
2025-04-23 b9bd29a1a81f6f7de479e3cc3fdfe3d85fc660bf
src/store/permission.js
@@ -47,7 +47,7 @@
  function setRoutes(val) {
    addRoutes.value = val;
    routes.value = constantRoutes.concat(val);
    console.log('this.routes=', this.routes, '=============', constantRoutes);
    console.log('this.routes=', routes.value, '=============', constantRoutes);
  }
  function generateRoutes(roles) {
    let accessedRoutes;