Commit 7fda3b3a by 莫晓莉

mxl

parent d3ceda0c
{ {
"pages": [ //pages数组中第一项表示应用启动页, "pages": [ //pages数组中第一项表示应用启动页,
{ {
"path" : "pages/flow-btn/flow-btn",
"style" : {
}
},
{
"path": "pages/main/main", "path": "pages/main/main",
"style": { "style": {
"navigationBarTitleText": "残联评价app" "navigationBarTitleText": "广西残联评价app"
} }
}, },
{ {
...@@ -18,11 +24,6 @@ ...@@ -18,11 +24,6 @@
"navigationBarTitleText": "注册" "navigationBarTitleText": "注册"
} }
}, { }, {
"path": "pages/pwd/pwd",
"style": {
"navigationBarTitleText": "找回密码"
}
}, {
"path": "pages/user/user", "path": "pages/user/user",
"style": { "style": {
"navigationBarTitleText": "我的" "navigationBarTitleText": "我的"
...@@ -51,6 +52,11 @@ ...@@ -51,6 +52,11 @@
"style" : { "style" : {
"navigationBarTitleText": "申请记录 " "navigationBarTitleText": "申请记录 "
} }
},{
"path" : "pages/flow/flow",
"style" : {
"navigationBarTitleText": "残疾人家庭无障碍改造系统"
}
} }
], ],
"tabBar": { "tabBar": {
...@@ -62,7 +68,8 @@ ...@@ -62,7 +68,8 @@
"text": "首页", "text": "首页",
"iconPath": "static/bottombar/home.png", "iconPath": "static/bottombar/home.png",
"selectedIconPath": "static/bottombar/selhome.png" "selectedIconPath": "static/bottombar/selhome.png"
}, { },
{
"pagePath": "pages/user/user", "pagePath": "pages/user/user",
"text": "我的", "text": "我的",
"iconPath": "static/bottombar/my.png", "iconPath": "static/bottombar/my.png",
......
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