Commit 7fda3b3a by 莫晓莉

mxl

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