|
@@ -22,6 +22,7 @@ const routes = [
|
|
|
isMenu: true,
|
|
|
title: '首页',
|
|
|
fa: 'fa-home',
|
|
|
+ theme: 'main',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -32,6 +33,7 @@ const routes = [
|
|
|
isMenu: true,
|
|
|
title: '语文',
|
|
|
fa: 'fa-book',
|
|
|
+ theme: 'chinese',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -41,6 +43,7 @@ const routes = [
|
|
|
meta: {
|
|
|
root: 'chinese',
|
|
|
title: '语文题目',
|
|
|
+ theme: 'chinese',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -50,6 +53,7 @@ const routes = [
|
|
|
meta: {
|
|
|
root: 'chinese',
|
|
|
title: '语文题目',
|
|
|
+ theme: 'chinese',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -60,6 +64,7 @@ const routes = [
|
|
|
isMenu: true,
|
|
|
title: '数学',
|
|
|
fa: 'fa-calculator',
|
|
|
+ theme: 'math',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -70,6 +75,7 @@ const routes = [
|
|
|
isMenu: true,
|
|
|
title: '英语',
|
|
|
fa: 'fa-language',
|
|
|
+ theme: 'english',
|
|
|
},
|
|
|
},
|
|
|
]
|