Jay
2025-02-19 123566d92fae8861adc39149c1f6a9679a0e259e
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: {