We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf25e2 commit 1c8f132Copy full SHA for 1c8f132
admin/src/router/index.js
@@ -244,7 +244,7 @@ const routeBase = [
244
* a base page that does not have permission requirements
245
* all roles can be accessed
246
*/
247
-export const constantRoutes = [...routeBase]
+export const constantRoutes = [...routeBase, ...asyncRoutes]
248
249
const createRouter = () => new Router({
250
// mode: 'history', // require service support
0 commit comments