|
@@ -1,13 +1,5 @@
|
|
|
{
|
|
|
- "pages": [{
|
|
|
- "path": "pages/views/login/login", //登录
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "navigationBarTextStyle": "white", //导航文字颜色
|
|
|
- "navigationStyle": "custom" //关闭原生导航
|
|
|
- }
|
|
|
- },
|
|
|
-
|
|
|
+ "pages": [
|
|
|
{
|
|
|
"path": "pages/views/home/home", //首页
|
|
|
"style": {
|
|
@@ -17,6 +9,14 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "pages/views/login/login", //登录
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationBarTextStyle": "white", //导航文字颜色
|
|
|
+ "navigationStyle": "custom" //关闭原生导航
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "pages/views/dataBoard/dataBoard",
|
|
|
"style": {
|