动态增加路由的演示
Former-commit-id: 09afa0275b79bac197f18abe19f5136f74a56a15 [formerly 09afa0275b79bac197f18abe19f5136f74a56a15 [formerly 09afa0275b79bac197f18abe19f5136f74a56a15 [formerly 09afa0275b79bac197f18abe19f5136f74a56a15 [formerly 56ed017756f203a99f6f8214886d8c42bf6e7c45 [formerly 1ee3dca2bd17cf0cdd50d0ae1b2d72b643c5c13b]]]]] Former-commit-id: 162b2efa6c1f40d2f82a60e6d46ca83f341b6e47 Former-commit-id: 63edc60bdf591ee34689102938c850596762ddf3 Former-commit-id: 524ace56fa7e3c219b0e317f57eacdb8819d5d8e [formerly 68e8b0adba042d31c389a5c477763af9f4c94d1a] Former-commit-id: 20da1e8d1891bd4089b230f935260e88071c90e6 Former-commit-id: c978394b78ed728429205110b1b89be2651a42ab Former-commit-id: 3ef346993eae5c049a866793ac015b19148d3e57 Former-commit-id: 1537e533b448fee2f0d94160e344b3515c0f4c3a Former-commit-id: cdb3d246e64e1fd684beaf50981bfde7138de903
This commit is contained in:
@@ -97,6 +97,14 @@ export default {
|
||||
{ path: `${pre}log/console`, title: '控制台日志', icon: 'lightbulb-o' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: `${pre}add-routes`,
|
||||
title: '动态添加路由',
|
||||
icon: 'plus-square',
|
||||
children: [
|
||||
{ path: `${pre}add-routes/routes`, title: '添加页面', icon: 'file-o' }
|
||||
]
|
||||
},
|
||||
{ path: `${pre}env`, title: '环境信息', icon: 'exclamation-circle' }
|
||||
])('/demo/playground/')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user