Commit da9c8a7a authored by 罗超's avatar 罗超

2

parent 3b451003
...@@ -9,6 +9,11 @@ ...@@ -9,6 +9,11 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, {
"path": "pages/study/index",
"style": {
"navigationStyle": "custom"
}
}, { }, {
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
...@@ -95,19 +100,14 @@ ...@@ -95,19 +100,14 @@
{ {
"root": "pages/study", //学习分包 "root": "pages/study", //学习分包
"pages": [{ "pages": [{
"path": "index", //
"style": {
"navigationStyle": "custom"
}
}, {
"path": "word", // "path": "word", //
"style": { "style": {
"backgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5",
"navigationBarBackgroundColor": "#f5f5f5" "navigationBarBackgroundColor": "#f5f5f5"
} }
},{ }, {
"path": "courseList" "path": "courseList"
},{ }, {
"path": "studyComplete", "path": "studyComplete",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
......
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