Commit 6577bcca authored by 杨奕's avatar 杨奕 Committed by cinwell.li

fix `make new` error (#5111)

parent 39564cb7
......@@ -119,7 +119,7 @@ Files.forEach(file => {
const navConfigFile = require('../../examples/nav.config.json');
Object.keys(navConfigFile).forEach(lang => {
let groups = navConfigFile[lang][2].groups;
let groups = navConfigFile[lang][3].groups;
groups[groups.length - 1].list.push({
path: `/${componentname}`,
title: lang === 'zh-CN' && componentname !== chineseName
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment