Doc: update demo && nav

This commit is contained in:
陈嘉涵
2017-09-08 10:20:40 +08:00
parent df9c40bc3f
commit 3a8a745f6a
5 changed files with 23 additions and 37 deletions
+5
View File
@@ -11,6 +11,11 @@ import docConfig from './doc.config';
export default {
data() {
if (location.host === 'www.youzanyun.com') {
const group = docConfig['zh-CN'].nav[0].groups[0];
group.list = group.list.filter(item => item.title !== '业务组件');
}
return {
simulator: this.getSimulatorPath(),
config: docConfig['zh-CN']