dengzedong
2025-05-21 a20872b84d3d2c8a90e96710ecd38798fb4c64e7
src/store/modules/permission.ts
@@ -45,7 +45,6 @@
        this.addRouters = routerMap.concat([
          {
            path: '/:path(.*)*',
            // redirect: '/404',
            component: () => import('@/views/Error/404.vue'),
            name: '404Page',
            meta: {