dengzedong
2025-06-10 a52ca1c83e77f366fe56a3af1d0ae38f46beb85d
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: {