174 lines
3.4 KiB
JSON
174 lines
3.4 KiB
JSON
{
|
|
"pages": [{
|
|
"path": "pages/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/function/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作台"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [{
|
|
"root": "pages_system",
|
|
"pages": [{
|
|
"path": "mine/avatar/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改头像"
|
|
}
|
|
},
|
|
{
|
|
"path": "mine/info/index",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "mine/info/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑资料"
|
|
}
|
|
},
|
|
{
|
|
"path": "mine/pwd/index",
|
|
"style": {
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
},
|
|
{
|
|
"path": "mine/setting/index",
|
|
"style": {
|
|
"navigationBarTitleText": "应用设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "mine/help/index",
|
|
"style": {
|
|
"navigationBarTitleText": "常见问题"
|
|
}
|
|
},
|
|
{
|
|
"path": "mine/about/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于我们"
|
|
}
|
|
},
|
|
{
|
|
"path": "common/webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览网页"
|
|
}
|
|
},
|
|
{
|
|
"path": "common/textview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "浏览文本"
|
|
}
|
|
},
|
|
{
|
|
"path" : "search/index",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "",
|
|
"enablePullDownRefresh" : false
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"root": "pages_blog",
|
|
"pages": []
|
|
},
|
|
{
|
|
"root": "pages_life",
|
|
"pages": [{
|
|
"path": "bookkeeping/index",
|
|
"style": {
|
|
"navigationBarTitleText": "生活账本"
|
|
}
|
|
},
|
|
{
|
|
"path": "bookkeeping/account/index",
|
|
"style": {
|
|
"navigationBarTitleText": "账户管理",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"text": "添加",
|
|
"color": "#5A8DEE",
|
|
"fontSize": "14px"
|
|
}]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "bookkeeping/account/details",
|
|
"style": {
|
|
"navigationBarTitleText": "账户详情",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"buttons": [{
|
|
"text": "编辑",
|
|
"color": "#5A8DEE",
|
|
"fontSize": "14px"
|
|
}]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "bookkeeping/account/maintenance",
|
|
"style": {
|
|
"navigationBarTitleText": "账户维护"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#000000",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [{
|
|
"pagePath": "pages/index",
|
|
"iconPath": "static/images/tabbar/home.png",
|
|
"selectedIconPath": "static/images/tabbar/home_.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/function/index",
|
|
"iconPath": "static/images/tabbar/work.png",
|
|
"selectedIconPath": "static/images/tabbar/work_.png",
|
|
"text": "工作台"
|
|
},
|
|
{
|
|
"pagePath": "pages/mine/index",
|
|
"iconPath": "static/images/tabbar/mine.png",
|
|
"selectedIconPath": "static/images/tabbar/mine_.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "Pei你看雪",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
} |