Commit 98bf59c8 authored by 罗超's avatar 罗超

2

parent da9c8a7a
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{
"path": "pages/study/courseList" //
}, { }, {
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
...@@ -98,16 +100,14 @@ ...@@ -98,16 +100,14 @@
}] }]
}, },
{ {
"root": "pages/study", //学习分包 "root": "pages/word", //单词分包
"pages": [{ "pages": [{
"path": "word", // "path": "word", //
"style": { "style": {
"backgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5",
"navigationBarBackgroundColor": "#f5f5f5" "navigationBarBackgroundColor": "#f5f5f5"
} }
}, { }, {
"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