|
@@ -66,26 +66,27 @@
|
|
|
},
|
|
|
{
|
|
|
content: '培训平台',
|
|
|
- keyPath: '/pages/trainsystem',
|
|
|
+ keyPath: '/trainsystem',
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
|
content: '课程开发',
|
|
|
- keyPath: '/pages/courseDev',
|
|
|
+ keyPath: '/courseware',
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
|
content: '新闻资讯',
|
|
|
- keyPath: '/pages/newsInfor',
|
|
|
+ keyPath: '/news',
|
|
|
children: [],
|
|
|
},
|
|
|
{
|
|
|
content: '帮助中心',
|
|
|
- keyPath: '/pages/helpCenter',
|
|
|
+ keyPath: '/helpCenter',
|
|
|
children: [],
|
|
|
- }, {
|
|
|
+ },
|
|
|
+ {
|
|
|
content: '关于我们',
|
|
|
- keyPath: '/pages/aboutUs',
|
|
|
+ keyPath: '/introduction',
|
|
|
children: [],
|
|
|
},
|
|
|
|