4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-05-20 13:13:40 +08:00

chore: remove useless code;

This commit is contained in:
iczer 2020-10-18 19:33:11 +08:00
parent e2660fdb13
commit 772fe6247e

View File

@ -72,7 +72,6 @@ function parseRoutes(routesConfig, routerMap) {
* @param routesConfig {RouteConfig[]} 路由配置 * @param routesConfig {RouteConfig[]} 路由配置
*/ */
function loadRoutes(routesConfig) { function loadRoutes(routesConfig) {
console.log('hahah')
//兼容 0.6.1 以下版本 //兼容 0.6.1 以下版本
/*************** 兼容 version < v0.6.1 *****************/ /*************** 兼容 version < v0.6.1 *****************/
if (arguments.length > 0) { if (arguments.length > 0) {